DeploymentProperties interface
Properties of Cognitive Services account deployment.
Properties
| call |
The call rate limit Cognitive Services account. NOTE: This property will not be serialized. It can only be populated by the server. |
| capabilities | The capabilities. NOTE: This property will not be serialized. It can only be populated by the server. |
| capacity |
Internal use only. |
| current |
The current capacity. |
| dynamic |
If the dynamic throttling is enabled. NOTE: This property will not be serialized. It can only be populated by the server. |
| model | Properties of Cognitive Services account deployment model. |
| parent |
The name of parent deployment. |
| provisioning |
Gets the status of the resource at the time the operation was called. NOTE: This property will not be serialized. It can only be populated by the server. |
| rai |
The name of RAI policy. |
| rate |
NOTE: This property will not be serialized. It can only be populated by the server. |
| scale |
Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.) |
| spillover |
Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit. |
| version |
Deployment model version upgrade option. |
Property Details
callRateLimit
The call rate limit Cognitive Services account. NOTE: This property will not be serialized. It can only be populated by the server.
callRateLimit?: CallRateLimit
Property Value
capabilities
The capabilities. NOTE: This property will not be serialized. It can only be populated by the server.
capabilities?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
capacitySettings
Internal use only.
capacitySettings?: DeploymentCapacitySettings
Property Value
currentCapacity
The current capacity.
currentCapacity?: number
Property Value
number
dynamicThrottlingEnabled
If the dynamic throttling is enabled. NOTE: This property will not be serialized. It can only be populated by the server.
dynamicThrottlingEnabled?: boolean
Property Value
boolean
model
Properties of Cognitive Services account deployment model.
model?: DeploymentModel
Property Value
parentDeploymentName
The name of parent deployment.
parentDeploymentName?: string
Property Value
string
provisioningState
Gets the status of the resource at the time the operation was called. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
raiPolicyName
The name of RAI policy.
raiPolicyName?: string
Property Value
string
rateLimits
NOTE: This property will not be serialized. It can only be populated by the server.
rateLimits?: ThrottlingRule[]
Property Value
scaleSettings
Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.)
scaleSettings?: DeploymentScaleSettings
Property Value
spilloverDeploymentName
Specifies the deployment name that should serve requests when the request would have otherwise been throttled due to reaching current deployment throughput limit.
spilloverDeploymentName?: string
Property Value
string
versionUpgradeOption
Deployment model version upgrade option.
versionUpgradeOption?: string
Property Value
string