Uses of Class
com.google.genai.types.ThinkingConfig
Packages that use ThinkingConfig
-
Uses of ThinkingConfig in com.google.genai.types
Methods in com.google.genai.types that return ThinkingConfigModifier and TypeMethodDescriptionabstract ThinkingConfig
ThinkingConfig.Builder.build()
static ThinkingConfig
Deserializes a JSON string to a ThinkingConfig object.Methods in com.google.genai.types that return types with arguments of type ThinkingConfigModifier and TypeMethodDescriptionabstract Optional<ThinkingConfig>
GenerateContentConfig.thinkingConfig()
The thinking features configuration.Methods in com.google.genai.types with parameters of type ThinkingConfigModifier and TypeMethodDescriptionabstract GenerateContentConfig.Builder
GenerateContentConfig.Builder.thinkingConfig
(ThinkingConfig thinkingConfig) Setter for thinkingConfig.