Uses of Class
com.google.genai.types.ModelSelectionConfig
Packages that use ModelSelectionConfig
-
Uses of ModelSelectionConfig in com.google.genai.types
Methods in com.google.genai.types that return ModelSelectionConfigModifier and TypeMethodDescriptionabstract ModelSelectionConfig
ModelSelectionConfig.Builder.build()
static ModelSelectionConfig
Deserializes a JSON string to a ModelSelectionConfig object.Methods in com.google.genai.types that return types with arguments of type ModelSelectionConfigModifier and TypeMethodDescriptionabstract Optional<ModelSelectionConfig>
GenerateContentConfig.modelSelectionConfig()
Configuration for model selection.abstract Optional<ModelSelectionConfig>
GenerationConfig.modelSelectionConfig()
Optional.Methods in com.google.genai.types with parameters of type ModelSelectionConfigModifier and TypeMethodDescriptionabstract GenerateContentConfig.Builder
GenerateContentConfig.Builder.modelSelectionConfig
(ModelSelectionConfig modelSelectionConfig) Setter for modelSelectionConfig.abstract GenerationConfig.Builder
GenerationConfig.Builder.modelSelectionConfig
(ModelSelectionConfig modelSelectionConfig) Setter for modelSelectionConfig.