Uses of Enum Class
org.springframework.ai.google.genai.common.GoogleGenAiServiceTier
Packages that use GoogleGenAiServiceTier
-
Uses of GoogleGenAiServiceTier in org.springframework.ai.google.genai
Fields in org.springframework.ai.google.genai declared as GoogleGenAiServiceTierModifier and TypeFieldDescriptionprotected @Nullable GoogleGenAiServiceTierGoogleGenAiChatOptions.AbstractBuilder.serviceTierMethods in org.springframework.ai.google.genai that return GoogleGenAiServiceTierModifier and TypeMethodDescription@Nullable GoogleGenAiServiceTierGoogleGenAiChatOptions.getServiceTier()Methods in org.springframework.ai.google.genai with parameters of type GoogleGenAiServiceTierModifier and TypeMethodDescriptionGoogleGenAiChatOptions.AbstractBuilder.serviceTier(@Nullable GoogleGenAiServiceTier serviceTier) Constructors in org.springframework.ai.google.genai with parameters of type GoogleGenAiServiceTierModifierConstructorDescriptionprotectedGoogleGenAiChatOptions(@Nullable String model, @Nullable Double frequencyPenalty, @Nullable Integer maxOutputTokens, @Nullable Double presencePenalty, @Nullable List<String> stopSequences, @Nullable Double temperature, @Nullable Integer topK, @Nullable Double topP, @Nullable GoogleGenAiChatOptions.ToolChoice toolChoice, @Nullable List<org.springframework.ai.tool.ToolCallback> toolCallbacks, @Nullable Map<String, Object> toolContext, @Nullable Integer candidateCount, @Nullable String responseMimeType, @Nullable String responseSchema, @Nullable Integer thinkingBudget, @Nullable Boolean includeThoughts, @Nullable GoogleGenAiThinkingLevel thinkingLevel, @Nullable Boolean includeExtendedUsageMetadata, @Nullable String cachedContentName, @Nullable Boolean useCachedContent, @Nullable Integer autoCacheThreshold, @Nullable Duration autoCacheTtl, @Nullable Boolean googleSearchRetrieval, @Nullable Boolean includeServerSideToolInvocations, @Nullable List<GoogleGenAiSafetySetting> safetySettings, @Nullable Map<String, String> labels, @Nullable GoogleGenAiServiceTier serviceTier) -
Uses of GoogleGenAiServiceTier in org.springframework.ai.google.genai.common
Methods in org.springframework.ai.google.genai.common that return GoogleGenAiServiceTierModifier and TypeMethodDescriptionstatic GoogleGenAiServiceTierReturns the enum constant of this class with the specified name.static GoogleGenAiServiceTier[]GoogleGenAiServiceTier.values()Returns an array containing the constants of this enum class, in the order they are declared.