Uses of Class
com.google.genai.gaos.models.interactions.GenerationConfig
Packages that use GenerationConfig
-
Uses of GenerationConfig in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return GenerationConfigModifier and TypeMethodDescriptionGenerationConfig.Builder.build()GenerationConfig.withImageConfig(ImageConfig imageConfig) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.GenerationConfig.withMaxOutputTokens(Integer maxOutputTokens) The maximum number of tokens to include in the response.Seed used in decoding for reproducibility.GenerationConfig.withSpeechConfig(SpeechConfigUnion speechConfig) Optional.GenerationConfig.withStopSequences(List<String> stopSequences) A list of character sequences that will stop output interaction.GenerationConfig.withThinkingLevel(ThinkingLevel thinkingLevel) GenerationConfig.withThinkingSummaries(ThinkingSummaries thinkingSummaries) GenerationConfig.withToolChoice(ToolChoice toolChoice) The tool choice configuration.GenerationConfig.withTranscriptionConfig(TranscriptionConfig transcriptionConfig) Configuration for speech recognition (transcription).GenerationConfig.withVideoConfig(VideoConfig videoConfig) Configuration options for video generation.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type GenerationConfigModifier and TypeMethodDescriptionCreateModelInteraction.generationConfig()Configuration parameters for model interactions.Interaction.generationConfig()Configuration parameters for model interactions.Methods in com.google.genai.gaos.models.interactions with parameters of type GenerationConfigModifier and TypeMethodDescriptionCreateModelInteraction.Builder.generationConfig(GenerationConfig generationConfig) Configuration parameters for model interactions.Interaction.Builder.generationConfig(GenerationConfig generationConfig) Configuration parameters for model interactions.CreateModelInteraction.withGenerationConfig(GenerationConfig generationConfig) Configuration parameters for model interactions.Interaction.withGenerationConfig(GenerationConfig generationConfig) Configuration parameters for model interactions.Constructors in com.google.genai.gaos.models.interactions with parameters of type GenerationConfigModifierConstructorDescriptionCreateModelInteraction(Boolean background, CreateModelInteractionEnvironment environment, GenerationConfig generationConfig, InteractionsInput input, Map<String, String> labels, Model model, String previousInteractionId, CreateModelInteractionResponseFormat responseFormat, String responseMimeType, List<ResponseModality> responseModalities, List<SafetySetting> safetySettings, ServiceTier serviceTier, Boolean store, Boolean stream, String systemInstruction, List<Tool> tools, WebhookConfig webhookConfig) Interaction(AgentOption agent, InteractionAgentConfig agentConfig, String created, InteractionEnvironment environment, String environmentId, List<Error> errors, GenerationConfig generationConfig, String id, InteractionsInput input, Map<String, String> labels, Model model, AudioContent outputAudio, ImageContent outputImage, String outputText, VideoContent outputVideo, String previousInteractionId, InteractionResponseFormat responseFormat, String responseMimeType, List<ResponseModality> responseModalities, List<SafetySetting> safetySettings, ServiceTier serviceTier, InteractionStatus status, List<Step> steps, String systemInstruction, List<Tool> tools, String updated, Usage usage, WebhookConfig webhookConfig)