Uses of Enum Class
org.springframework.ai.anthropic.AnthropicServiceTier
Packages that use AnthropicServiceTier
Package
Description
Spring AI integration with Anthropic's Claude models using the official
Anthropic Java SDK.
-
Uses of AnthropicServiceTier in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic that return AnthropicServiceTierModifier and TypeMethodDescription@Nullable AnthropicServiceTierAnthropicChatOptions.getServiceTier()static AnthropicServiceTierReturns the enum constant of this class with the specified name.static AnthropicServiceTier[]AnthropicServiceTier.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.anthropic with parameters of type AnthropicServiceTierModifier and TypeMethodDescriptionAnthropicChatOptions.AbstractBuilder.serviceTier(@Nullable AnthropicServiceTier serviceTier) Sets the service tier for capacity routing.Constructors in org.springframework.ai.anthropic with parameters of type AnthropicServiceTierModifierConstructorDescriptionprotectedAnthropicChatOptions(@Nullable String baseUrl, @Nullable String apiKey, @Nullable String model, @Nullable Duration timeout, @Nullable Integer maxRetries, @Nullable Proxy proxy, @Nullable Map<String, String> customHeaders, @Nullable Integer maxTokens, @Nullable com.anthropic.models.messages.Metadata metadata, @Nullable List<String> stopSequences, @Nullable Double temperature, @Nullable Double topP, @Nullable Integer topK, @Nullable com.anthropic.models.messages.ToolChoice toolChoice, @Nullable com.anthropic.models.messages.ThinkingConfigParam thinking, @Nullable Boolean disableParallelToolUse, @Nullable List<ToolCallback> toolCallbacks, @Nullable Map<String, Object> toolContext, @Nullable List<AnthropicCitationDocument> citationDocuments, @Nullable AnthropicCacheOptions cacheOptions, @Nullable com.anthropic.models.messages.OutputConfig outputConfig, @Nullable Map<String, String> httpHeaders, @Nullable AnthropicSkillContainer skillContainer, @Nullable String inferenceGeo, @Nullable AnthropicWebSearchTool webSearchTool, @Nullable AnthropicServiceTier serviceTier) -
Uses of AnthropicServiceTier in org.springframework.ai.model.anthropic.autoconfigure
Methods in org.springframework.ai.model.anthropic.autoconfigure that return AnthropicServiceTierModifier and TypeMethodDescription@Nullable AnthropicServiceTierAnthropicChatProperties.getServiceTier()@Nullable AnthropicServiceTierAnthropicChatProperties.Options.getServiceTier()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.ai.model.anthropic.autoconfigure with parameters of type AnthropicServiceTierModifier and TypeMethodDescriptionvoidAnthropicChatProperties.Options.setServiceTier(@Nullable AnthropicServiceTier serviceTier) voidAnthropicChatProperties.setServiceTier(@Nullable AnthropicServiceTier serviceTier)