Uses of Class
com.google.genai.types.GenerationConfigThinkingConfig
Packages that use GenerationConfigThinkingConfig
-
Uses of GenerationConfigThinkingConfig in com.google.genai.types
Methods in com.google.genai.types that return GenerationConfigThinkingConfigModifier and TypeMethodDescriptionabstract GenerationConfigThinkingConfigGenerationConfigThinkingConfig.Builder.build()Deserializes a JSON string to a GenerationConfigThinkingConfig object.Methods in com.google.genai.types that return types with arguments of type GenerationConfigThinkingConfigModifier and TypeMethodDescriptionabstract Optional<GenerationConfigThinkingConfig>GenerationConfig.thinkingConfig()Optional.Methods in com.google.genai.types with parameters of type GenerationConfigThinkingConfigModifier and TypeMethodDescriptionabstract GenerationConfig.BuilderGenerationConfig.Builder.thinkingConfig(GenerationConfigThinkingConfig thinkingConfig) Setter for thinkingConfig.