Uses of Class
com.google.genai.gaos.models.interactions.ServiceTier
Packages that use ServiceTier
-
Uses of ServiceTier in com.google.genai.gaos.models.interactions
Fields in com.google.genai.gaos.models.interactions declared as ServiceTierModifier and TypeFieldDescriptionstatic final ServiceTierServiceTier.DEFERREDstatic final ServiceTierServiceTier.FLEXstatic final ServiceTierServiceTier.PRIORITYstatic final ServiceTierServiceTier.STANDARDMethods in com.google.genai.gaos.models.interactions that return ServiceTierModifier and TypeMethodDescriptionstatic ServiceTierReturns a ServiceTier with the given value.static ServiceTier[]ServiceTier.values()Methods in com.google.genai.gaos.models.interactions that return types with arguments of type ServiceTierModifier and TypeMethodDescriptionCreateAgentInteraction.serviceTier()CreateModelInteraction.serviceTier()Interaction.serviceTier()InteractionSseEventInteraction.serviceTier()Methods in com.google.genai.gaos.models.interactions with parameters of type ServiceTierModifier and TypeMethodDescriptionCreateAgentInteraction.Builder.serviceTier(ServiceTier serviceTier) CreateModelInteraction.Builder.serviceTier(ServiceTier serviceTier) Interaction.Builder.serviceTier(ServiceTier serviceTier) InteractionSseEventInteraction.Builder.serviceTier(ServiceTier serviceTier) CreateAgentInteraction.withServiceTier(ServiceTier serviceTier) CreateModelInteraction.withServiceTier(ServiceTier serviceTier) Interaction.withServiceTier(ServiceTier serviceTier) InteractionSseEventInteraction.withServiceTier(ServiceTier serviceTier) Constructors in com.google.genai.gaos.models.interactions with parameters of type ServiceTierModifierConstructorDescriptionCreateAgentInteraction(AgentOption agent, CreateAgentInteractionAgentConfig agentConfig, Boolean background, CreateAgentInteractionEnvironment environment, InteractionsInput input, Map<String, String> labels, String previousInteractionId, CreateAgentInteractionResponseFormat responseFormat, String responseMimeType, List<ResponseModality> responseModalities, List<SafetySetting> safetySettings, ServiceTier serviceTier, Boolean store, Boolean stream, String systemInstruction, List<Tool> tools, WebhookConfig webhookConfig) 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) InteractionSseEventInteraction(String agent, String created, String id, String model, String object, ServiceTier serviceTier, InteractionSseEventInteractionStatus status, List<Step> steps, String updated, Usage usage)