toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
ModelSelectionConfig
Model
Selection
Config
@
Serializable
data
class
ModelSelectionConfig
(
val
featureSelectionPreference
:
FeatureSelectionPreference
?
=
null
)
Config for model selection.
Members
Constructors
Model
Selection
Config
Link copied to clipboard
constructor
(
featureSelectionPreference
:
FeatureSelectionPreference
?
=
null
)
Properties
feature
Selection
Preference
Link copied to clipboard
val
featureSelectionPreference
:
FeatureSelectionPreference
?
=
null
Options for feature selection preference.