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.BuilderCheckpoint.builder()Instantiates a builder for Checkpoint.abstract Checkpoint.BuilderCheckpoint.Builder.checkpointId(String checkpointId) Setter for checkpointId.Checkpoint.Builder.clearCheckpointId()Clears the value of checkpointId field.Checkpoint.Builder.clearEpoch()Clears the value of epoch field.Checkpoint.Builder.clearStep()Clears the value of step field.abstract Checkpoint.BuilderSetter for epoch.abstract Checkpoint.BuilderSetter for step.abstract Checkpoint.BuilderCheckpoint.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.