Package com.google.genai.types
Class Checkpoint.Builder
java.lang.Object
com.google.genai.types.Checkpoint.Builder
- Enclosing class:
- Checkpoint
Builder for Checkpoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Checkpointbuild()abstract Checkpoint.BuildercheckpointId(String checkpointId) Setter for checkpointId.Clears the value of checkpointId field.Clears the value of epoch field.Clears the value of step field.abstract Checkpoint.BuilderSetter for epoch.abstract Checkpoint.BuilderSetter for step.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
checkpointId
Setter for checkpointId.checkpointId: The ID of the checkpoint.
-
clearCheckpointId
Clears the value of checkpointId field. -
epoch
Setter for epoch.epoch: The epoch of the checkpoint.
-
clearEpoch
Clears the value of epoch field. -
step
Setter for step.step: The step of the checkpoint.
-
clearStep
Clears the value of step field. -
build
-