Uses of Class
com.google.genai.types.GenerationConfig
Packages that use GenerationConfig
-
Uses of GenerationConfig in com.google.genai.types
Methods in com.google.genai.types that return GenerationConfigModifier and TypeMethodDescriptionabstract GenerationConfig
GenerationConfig.Builder.build()
static GenerationConfig
Deserializes a JSON string to a GenerationConfig object.Methods in com.google.genai.types that return types with arguments of type GenerationConfigModifier and TypeMethodDescriptionabstract Optional<GenerationConfig>
CountTokensConfig.generationConfig()
Configuration that the model uses to generate the response.abstract Optional<GenerationConfig>
LiveClientSetup.generationConfig()
The generation configuration for the session.Methods in com.google.genai.types with parameters of type GenerationConfigModifier and TypeMethodDescriptionabstract CountTokensConfig.Builder
CountTokensConfig.Builder.generationConfig
(GenerationConfig generationConfig) Setter for generationConfig.abstract LiveClientSetup.Builder
LiveClientSetup.Builder.generationConfig
(GenerationConfig generationConfig) Setter for generationConfig.