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 GenerationConfigGenerationConfig.Builder.build()static GenerationConfigDeserializes 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.BuilderCountTokensConfig.Builder.generationConfig(GenerationConfig generationConfig) Setter for generationConfig.abstract LiveClientSetup.BuilderLiveClientSetup.Builder.generationConfig(GenerationConfig generationConfig) Setter for generationConfig.