Package com.google.genai.types
Class TunedModelInfo
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.TunedModelInfo
A tuned machine learning model.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionID of the base model that you want to tune.static TunedModelInfo.Builder
builder()
Instantiates a builder for TunedModelInfo.Date and time when the base model was created.static TunedModelInfo
Deserializes a JSON string to a TunedModelInfo object.abstract TunedModelInfo.Builder
Creates a builder with the same values as this instance.Date and time when the base model was last updated.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
TunedModelInfo
public TunedModelInfo()
-
-
Method Details
-
baseModel
ID of the base model that you want to tune. -
createTime
Date and time when the base model was created. -
updateTime
Date and time when the base model was last updated. -
builder
Instantiates a builder for TunedModelInfo. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a TunedModelInfo object.
-