Uses of Enum
com.azure.ai.openai.OpenAIServiceVersion
Packages that use OpenAIServiceVersion
-
Uses of OpenAIServiceVersion in com.azure.ai.openai
Methods in com.azure.ai.openai that return OpenAIServiceVersionModifier and TypeMethodDescriptionstatic OpenAIServiceVersionOpenAIServiceVersion.getLatest()Gets the latest service version supported by this client library.static OpenAIServiceVersionReturns the enum constant of this type with the specified name.static OpenAIServiceVersion[]OpenAIServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.ai.openai with parameters of type OpenAIServiceVersionModifier and TypeMethodDescriptionOpenAIClientBuilder.serviceVersion(OpenAIServiceVersion serviceVersion) Sets Service version.