Uses of Class
com.google.genai.types.GetModelConfig
Packages that use GetModelConfig
-
Uses of GetModelConfig in com.google.genai
Methods in com.google.genai with parameters of type GetModelConfigModifier and TypeMethodDescriptionAsyncModels.get
(String model, GetModelConfig config) Asynchronously fetches information about a model by name.Models.get
(String model, GetModelConfig config) Fetches information about a model by name. -
Uses of GetModelConfig in com.google.genai.types
Methods in com.google.genai.types that return GetModelConfigModifier and TypeMethodDescriptionabstract GetModelConfig
GetModelConfig.Builder.build()
static GetModelConfig
Deserializes a JSON string to a GetModelConfig object.Methods in com.google.genai.types that return types with arguments of type GetModelConfigModifier and TypeMethodDescriptionabstract Optional<GetModelConfig>
GetModelParameters.config()
Optional parameters for the request.Methods in com.google.genai.types with parameters of type GetModelConfigModifier and TypeMethodDescriptionabstract GetModelParameters.Builder
GetModelParameters.Builder.config
(GetModelConfig config) Setter for config.