Share via


DeploymentScaleSettings Class

Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.).

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

DeploymentScaleSettings(*, scale_type: str | _models.DeploymentScaleType | None = None, capacity: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
scale_type

Deployment scale type. Known values are: "Standard" and "Manual".

Default value: None
capacity
int

Deployment capacity.

Default value: None

Variables

Name Description
scale_type

Deployment scale type. Known values are: "Standard" and "Manual".

capacity
int

Deployment capacity.

active_capacity
int

Deployment active capacity. This value might be different from capacity if customer recently updated capacity.