Uses of Class
com.google.genai.gaos.models.interactions.CreateModelInteraction.Builder
Packages that use CreateModelInteraction.Builder
-
Uses of CreateModelInteraction.Builder in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return CreateModelInteraction.BuilderModifier and TypeMethodDescriptionCreateModelInteraction.Builder.background(Boolean background) Input only.CreateModelInteraction.builder()CreateModelInteraction.Builder.environment(CreateModelInteractionEnvironment environment) The environment configuration for the interaction.CreateModelInteraction.Builder.generationConfig(GenerationConfig generationConfig) Configuration parameters for model interactions.CreateModelInteraction.Builder.input(InteractionsInput input) The input for the interaction.The labels with user-defined metadata for the request.The model that will complete your prompt.\n\nSee [models](https://ai.google.dev/gemini-api/docs/models) for additional details.CreateModelInteraction.Builder.previousInteractionId(String previousInteractionId) The ID of the previous interaction, if any.CreateModelInteraction.Builder.responseFormat(CreateModelInteractionResponseFormat responseFormat) Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.CreateModelInteraction.Builder.responseMimeType(String responseMimeType) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateModelInteraction.Builder.responseModalities(List<ResponseModality> responseModalities) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateModelInteraction.Builder.safetySettings(List<SafetySetting> safetySettings) Safety settings for the interaction.CreateModelInteraction.Builder.serviceTier(ServiceTier serviceTier) Input only.Input only.CreateModelInteraction.Builder.systemInstruction(String systemInstruction) System instruction for the interaction.A list of tool declarations the model may call during interaction.CreateModelInteraction.Builder.webhookConfig(WebhookConfig webhookConfig) Message for configuring webhook events for a request.