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.voidAnthropicChatOptions.setServiceTier(@Nullable AnthropicServiceTier serviceTier)