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 ThinkingConfigThinkingConfig.Builder.build()static ThinkingConfigDeserializes 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.abstract Optional<ThinkingConfig>GenerationConfig.thinkingConfig()Optional.abstract Optional<ThinkingConfig>LiveConnectConfig.thinkingConfig()Config for thinking features.Methods in com.google.genai.types with parameters of type ThinkingConfigModifier and TypeMethodDescriptionabstract GenerateContentConfig.BuilderGenerateContentConfig.Builder.thinkingConfig(ThinkingConfig thinkingConfig) Setter for thinkingConfig.abstract GenerationConfig.BuilderGenerationConfig.Builder.thinkingConfig(ThinkingConfig thinkingConfig) Setter for thinkingConfig.abstract LiveConnectConfig.BuilderLiveConnectConfig.Builder.thinkingConfig(ThinkingConfig thinkingConfig) Setter for thinkingConfig.