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
Subclasses with type arguments of type OpenAiApi.ServiceTier in org.springframework.ai.openai.apiModifier and TypeClassDescriptionstatic enumSpecifies the processing type used for serving the request.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.