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.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.