Uses of Enum
com.azure.ai.openai.responses.AzureResponsesServiceVersion
Packages that use AzureResponsesServiceVersion
Package
Description
Package containing the classes for AzureResponses.
-
Uses of AzureResponsesServiceVersion in com.azure.ai.openai.responses
Methods in com.azure.ai.openai.responses that return AzureResponsesServiceVersionModifier and TypeMethodDescriptionstatic AzureResponsesServiceVersionAzureResponsesServiceVersion.getLatest()Gets the latest service version supported by this client library.static AzureResponsesServiceVersionReturns the enum constant of this type with the specified name.static AzureResponsesServiceVersion[]AzureResponsesServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.ai.openai.responses with parameters of type AzureResponsesServiceVersionModifier and TypeMethodDescriptionResponsesClientBuilder.serviceVersion(AzureResponsesServiceVersion serviceVersion) Sets Service version.