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