Uses of Class
com.google.genai.gaos.models.interactions.CreateModelInteraction
Packages that use CreateModelInteraction
Package
Description
-
Uses of CreateModelInteraction in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return CreateModelInteractionModifier and TypeMethodDescriptionCreateModelInteraction.Builder.build()CreateModelInteraction.withBackground(Boolean background) Input only.CreateModelInteraction.withEnvironment(CreateModelInteractionEnvironment environment) The environment configuration for the interaction.CreateModelInteraction.withGenerationConfig(GenerationConfig generationConfig) Configuration parameters for model interactions.CreateModelInteraction.withInput(InteractionsInput input) The input for the interaction.CreateModelInteraction.withLabels(Map<String, String> labels) 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.withPreviousInteractionId(String previousInteractionId) The ID of the previous interaction, if any.CreateModelInteraction.withResponseFormat(CreateModelInteractionResponseFormat responseFormat) Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.CreateModelInteraction.withResponseMimeType(String responseMimeType) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateModelInteraction.withResponseModalities(List<ResponseModality> responseModalities) Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateModelInteraction.withSafetySettings(List<SafetySetting> safetySettings) Safety settings for the interaction.CreateModelInteraction.withServiceTier(ServiceTier serviceTier) Input only.CreateModelInteraction.withStream(Boolean stream) Input only.CreateModelInteraction.withSystemInstruction(String systemInstruction) System instruction for the interaction.A list of tool declarations the model may call during interaction.CreateModelInteraction.withWebhookConfig(WebhookConfig webhookConfig) Message for configuring webhook events for a request. -
Uses of CreateModelInteraction in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type CreateModelInteractionMethods in com.google.genai.gaos.models.operations with parameters of type CreateModelInteractionModifier and TypeMethodDescriptionstatic CreateInteractionRequestBodyCreateInteractionRequestBody.of(CreateModelInteraction value) -
Uses of CreateModelInteraction in com.google.genai.gaos.models.triggers
Methods in com.google.genai.gaos.models.triggers that return types with arguments of type CreateModelInteractionMethods in com.google.genai.gaos.models.triggers with parameters of type CreateModelInteractionModifier and TypeMethodDescriptionstatic InteractionInteraction.of(CreateModelInteraction value)