Uses of Class
com.google.genai.gaos.models.interactions.Model
Packages that use Model
-
Uses of Model in com.google.genai.gaos.models.interactions
Fields in com.google.genai.gaos.models.interactions declared as ModelModifier and TypeFieldDescriptionstatic final ModelModel.GEMINI_FLASH_LATESTstatic final ModelModel.GEMINI_FLASH_LITE_LATESTstatic final ModelModel.GEMINI_PRO_LATESTstatic final Modelstatic final Modelstatic final ModelModel.GEMINI25_FLASHstatic final ModelModel.GEMINI25_FLASH_IMAGEstatic final ModelModel.GEMINI25_FLASH_LITEstatic final ModelModel.GEMINI25_PROstatic final ModelModel.GEMINI3_FLASH_PREVIEWstatic final ModelModel.GEMINI3_PRO_IMAGEstatic final ModelModel.GEMINI31_FLASH_IMAGEstatic final ModelModel.GEMINI31_FLASH_LITEstatic final ModelModel.GEMINI31_PRO_PREVIEWstatic final Modelstatic final ModelModel.GEMINI35_FLASHstatic final ModelModel.GEMINI36_FLASHstatic final ModelModel.GEMINI37_FLASHstatic final ModelModel.GEMMA426B_A4B_ITstatic final ModelModel.GEMMA431B_ITstatic final ModelModel.LYRIA3_CLIP_PREVIEWstatic final ModelModel.LYRIA3_PRO_PREVIEWstatic final ModelModel.NANO_BANANA_PRO_PREVIEWMethods in com.google.genai.gaos.models.interactions that return ModelModifier and TypeMethodDescriptionstatic ModelReturns a Model with the given value.static Model[]Model.values()Methods in com.google.genai.gaos.models.interactions that return types with arguments of type ModelModifier and TypeMethodDescriptionCreateModelInteraction.model()The model that will complete your prompt.\n\nSee [models](https://ai.google.dev/gemini-api/docs/models) for additional details.Interaction.model()The model that will complete your prompt.\n\nSee [models](https://ai.google.dev/gemini-api/docs/models) for additional details.Methods in com.google.genai.gaos.models.interactions with parameters of type ModelModifier and TypeMethodDescriptionThe model that will complete your prompt.\n\nSee [models](https://ai.google.dev/gemini-api/docs/models) for additional details.The model that will complete your prompt.\n\nSee [models](https://ai.google.dev/gemini-api/docs/models) for additional details.The model that will complete your prompt.\n\nSee [models](https://ai.google.dev/gemini-api/docs/models) for additional details.The model that will complete your prompt.\n\nSee [models](https://ai.google.dev/gemini-api/docs/models) for additional details.Constructors in com.google.genai.gaos.models.interactions with parameters of type ModelModifierConstructorDescriptionCreateModelInteraction(InteractionsInput input, Model model) CreateModelInteraction(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)