Package com.google.genai.types
Class GetModelConfig
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GetModelConfig
Optional parameters for models.get method.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetModelConfig.Builder
builder()
Instantiates a builder for GetModelConfig.static GetModelConfig
Deserializes a JSON string to a GetModelConfig object.abstract Optional<HttpOptions>
Used to override HTTP request options.abstract GetModelConfig.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
GetModelConfig
public GetModelConfig()
-
-
Method Details
-
httpOptions
Used to override HTTP request options. -
builder
Instantiates a builder for GetModelConfig. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GetModelConfig object.
-