Uses of Class
com.google.genai.types.Checkpoint.Builder
Packages that use Checkpoint.Builder
-
Uses of Checkpoint.Builder in com.google.genai.types
Methods in com.google.genai.types that return Checkpoint.BuilderModifier and TypeMethodDescriptionstatic Checkpoint.Builder
Checkpoint.builder()
Instantiates a builder for Checkpoint.abstract Checkpoint.Builder
Checkpoint.Builder.checkpointId
(String checkpointId) Setter for checkpointId.abstract Checkpoint.Builder
Setter for epoch.abstract Checkpoint.Builder
Setter for step.abstract Checkpoint.Builder
Checkpoint.toBuilder()
Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type Checkpoint.BuilderModifier and TypeMethodDescriptionModel.Builder.checkpoints
(Checkpoint.Builder... checkpointsBuilders) Setter for checkpoints builder.