Uses of Class
com.azure.ai.openai.models.ServiceTier
Packages that use ServiceTier
-
Uses of ServiceTier in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as ServiceTierModifier and TypeFieldDescriptionstatic final ServiceTierServiceTier.DEFAULTService tier option for default.static final ServiceTierServiceTier.SCALEService tier option for scale.Methods in com.azure.ai.openai.models that return ServiceTierModifier and TypeMethodDescriptionstatic ServiceTierServiceTier.fromString(String name) Creates or finds a ServiceTier from its string representation.ChatCompletions.getServiceTier()This field is not available in Azure OpenAI.Methods in com.azure.ai.openai.models that return types with arguments of type ServiceTierModifier and TypeMethodDescriptionstatic Collection<ServiceTier> ServiceTier.values()Get known ServiceTier values.