Package com.google.genai.types
Class TunedModelCheckpoint
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.TunedModelCheckpoint
TunedModelCheckpoint for the Tuned Model of a Tuning Job.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for TunedModelCheckpoint. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TunedModelCheckpoint.Builder
builder()
Instantiates a builder for TunedModelCheckpoint.The ID of the checkpoint.endpoint()
The Endpoint resource name that the checkpoint is deployed to.epoch()
The epoch of the checkpoint.static TunedModelCheckpoint
Deserializes a JSON string to a TunedModelCheckpoint object.step()
The step of the checkpoint.abstract TunedModelCheckpoint.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
TunedModelCheckpoint
public TunedModelCheckpoint()
-
-
Method Details
-
checkpointId
The ID of the checkpoint. -
epoch
The epoch of the checkpoint. -
step
The step of the checkpoint. -
endpoint
The Endpoint resource name that the checkpoint is deployed to. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`. -
builder
Instantiates a builder for TunedModelCheckpoint. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a TunedModelCheckpoint object.
-