Uses of Enum Class
org.springframework.ai.openai.api.OpenAiApi.ServiceTier
Packages that use OpenAiApi.ServiceTier
-
Uses of OpenAiApi.ServiceTier in org.springframework.ai.openai
Methods in org.springframework.ai.openai with parameters of type OpenAiApi.ServiceTierModifier and TypeMethodDescriptionOpenAiChatOptions.Builder.serviceTier(OpenAiApi.ServiceTier serviceTier) -
Uses of OpenAiApi.ServiceTier in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiApi.ServiceTierModifier and TypeMethodDescriptionstatic OpenAiApi.ServiceTierReturns the enum constant of this class with the specified name.static OpenAiApi.ServiceTier[]OpenAiApi.ServiceTier.values()Returns an array containing the constants of this enum class, in the order they are declared.