Uses of Class
com.google.genai.types.Checkpoint
Packages that use Checkpoint
-
Uses of Checkpoint in com.google.genai.types
Methods in com.google.genai.types that return CheckpointModifier and TypeMethodDescriptionabstract Checkpoint
Checkpoint.Builder.build()
static Checkpoint
Deserializes a JSON string to a Checkpoint object.Methods in com.google.genai.types that return types with arguments of type CheckpointModifier and TypeMethodDescriptionabstract Optional<List<Checkpoint>>
Model.checkpoints()
The checkpoints of the model.Methods in com.google.genai.types with parameters of type CheckpointModifier and TypeMethodDescriptionModel.Builder.checkpoints
(Checkpoint... checkpoints) Setter for checkpoints.Method parameters in com.google.genai.types with type arguments of type CheckpointModifier and TypeMethodDescriptionabstract Model.Builder
Model.Builder.checkpoints
(List<Checkpoint> checkpoints) Setter for checkpoints.