CognitiveServicesDeploymentServiceTier Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The service tier for the deployment. Determines the pricing and performance level for request processing. Use 'Default' for standard pricing or 'Priority' for higher-priority processing with premium pricing. Note: Pause operations are only supported on Standard, DataZoneStandard, and GlobalStandard SKUs.
public readonly struct CognitiveServicesDeploymentServiceTier : IEquatable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesDeploymentServiceTier>
type CognitiveServicesDeploymentServiceTier = struct
Public Structure CognitiveServicesDeploymentServiceTier
Implements IEquatable(Of CognitiveServicesDeploymentServiceTier)
- Inheritance
-
CognitiveServicesDeploymentServiceTier
- Implements
Constructors
| Name | Description |
|---|---|
| CognitiveServicesDeploymentServiceTier(String) |
Initializes a new instance of CognitiveServicesDeploymentServiceTier. |
Properties
| Name | Description |
|---|---|
| Default |
Default service tier meaning the request will be processed with the standard pricing and performance for the selected model. |
| Priority |
Priority service tier meaning the request will be processed with higher pricing and performance for the selected model. |
Methods
| Name | Description |
|---|---|
| Equals(CognitiveServicesDeploymentServiceTier) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(CognitiveServicesDeploymentServiceTier, CognitiveServicesDeploymentServiceTier) |
Determines if two CognitiveServicesDeploymentServiceTier values are the same. |
| Implicit(String to CognitiveServicesDeploymentServiceTier) |
Converts a string to a CognitiveServicesDeploymentServiceTier. |
| Implicit(String to Nullable<CognitiveServicesDeploymentServiceTier>) | |
| Inequality(CognitiveServicesDeploymentServiceTier, CognitiveServicesDeploymentServiceTier) |
Determines if two CognitiveServicesDeploymentServiceTier values are not the same. |