Uses of Enum
com.google.genai.types.ModelRoutingPreference.Known
Packages that use ModelRoutingPreference.Known
-
Uses of ModelRoutingPreference.Known in com.google.genai.types
Methods in com.google.genai.types that return ModelRoutingPreference.KnownModifier and TypeMethodDescriptionModelRoutingPreference.knownEnum()
static ModelRoutingPreference.Known
Returns the enum constant of this type with the specified name.static ModelRoutingPreference.Known[]
ModelRoutingPreference.Known.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.genai.types with parameters of type ModelRoutingPreference.KnownModifier and TypeMethodDescriptionGenerationConfigRoutingConfigAutoRoutingMode.Builder.modelRoutingPreference
(ModelRoutingPreference.Known knownType) Setter for modelRoutingPreference given a known enum.Constructors in com.google.genai.types with parameters of type ModelRoutingPreference.Known