Uses of Class
com.azure.ai.openai.models.ServiceTierOptions
Packages that use ServiceTierOptions
-
Uses of ServiceTierOptions in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as ServiceTierOptionsModifier and TypeFieldDescriptionstatic final ServiceTierOptionsServiceTierOptions.AUTOService tier option for auto.static final ServiceTierOptionsServiceTierOptions.DEFAULTService tier option for default.Methods in com.azure.ai.openai.models that return ServiceTierOptionsModifier and TypeMethodDescriptionstatic ServiceTierOptionsServiceTierOptions.fromString(String name) Creates or finds a ServiceTierOptions from its string representation.ChatCompletionsOptions.getServiceTierOptions()Get theServiceTierOptionsfor this request.Methods in com.azure.ai.openai.models that return types with arguments of type ServiceTierOptionsModifier and TypeMethodDescriptionstatic Collection<ServiceTierOptions> ServiceTierOptions.values()Get known ServiceTierOptions values.Methods in com.azure.ai.openai.models with parameters of type ServiceTierOptionsModifier and TypeMethodDescriptionChatCompletionsOptions.setServiceTierOptions(ServiceTierOptions serviceTierOptions) Set theServiceTierOptionsfor this request.