Package com.google.genai.types
Class TunedModelCheckpoint.Builder
java.lang.Object
com.google.genai.types.TunedModelCheckpoint.Builder
- Enclosing class:
- TunedModelCheckpoint
Builder for TunedModelCheckpoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TunedModelCheckpointbuild()abstract TunedModelCheckpoint.BuildercheckpointId(String checkpointId) Setter for checkpointId.Clears the value of checkpointId field.Clears the value of endpoint field.Clears the value of epoch field.Clears the value of step field.abstract TunedModelCheckpoint.BuilderSetter for endpoint.abstract TunedModelCheckpoint.BuilderSetter for epoch.abstract TunedModelCheckpoint.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. -
endpoint
Setter for endpoint.endpoint: The Endpoint resource name that the checkpoint is deployed to. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`.
-
clearEndpoint
Clears the value of endpoint field. -
build
-