Package com.google.genai.types
Class UpdateModelParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.UpdateModelParameters
Configuration for updating a tuned model.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for UpdateModelParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for UpdateModelParameters.abstract Optional<UpdateModelConfig>
config()
static UpdateModelParameters
Deserializes a JSON string to a UpdateModelParameters object.model()
abstract UpdateModelParameters.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
UpdateModelParameters
public UpdateModelParameters()
-
-
Method Details
-
model
-
config
-
builder
Instantiates a builder for UpdateModelParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a UpdateModelParameters object.
-