Uses of Class
com.google.genai.gaos.models.interactions.CreateModelInteractionEnvironment
Packages that use CreateModelInteractionEnvironment
-
Uses of CreateModelInteractionEnvironment in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return CreateModelInteractionEnvironmentMethods in com.google.genai.gaos.models.interactions that return types with arguments of type CreateModelInteractionEnvironmentModifier and TypeMethodDescriptionCreateModelInteraction.environment()The environment configuration for the interaction.Methods in com.google.genai.gaos.models.interactions with parameters of type CreateModelInteractionEnvironmentModifier and TypeMethodDescriptionCreateModelInteraction.Builder.environment(CreateModelInteractionEnvironment environment) The environment configuration for the interaction.CreateModelInteraction.withEnvironment(CreateModelInteractionEnvironment environment) The environment configuration for the interaction.Constructors in com.google.genai.gaos.models.interactions with parameters of type CreateModelInteractionEnvironmentModifierConstructorDescriptionCreateModelInteraction(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)