Package com.google.genai.types
Class TuningJobMetadata
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.TuningJobMetadata
Tuning job metadata. This data type is not supported in Gemini API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for TuningJobMetadata. -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TuningJobMetadata.Builderbuilder()Instantiates a builder for TuningJobMetadata.Output only.Output only.static TuningJobMetadataDeserializes a JSON string to a TuningJobMetadata object.abstract TuningJobMetadata.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString
-
Constructor Details
-
TuningJobMetadata
public TuningJobMetadata()
-
-
Method Details
-
completedEpochCount
Output only. The number of epochs that have been completed. -
completedStepCount
Output only. The number of steps that have been completed. Set for Multi-Step RL. -
builder
Instantiates a builder for TuningJobMetadata. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a TuningJobMetadata object.
-