ModelSkuCapacityProperties Class
Cognitive Services account ModelSkuCapacity.
Constructor
ModelSkuCapacityProperties(*, model: _models.DeploymentModel | None = None, sku_name: str | None = None, available_capacity: float | None = None, available_finetune_capacity: float | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
model
|
Properties of Cognitive Services account deployment model. Default value: None
|
|
sku_name
|
Default value: None
|
|
available_capacity
|
The available capacity for deployment with this model and sku. Default value: None
|
|
available_finetune_capacity
|
The available capacity for deployment with a fine-tune version of this model and sku. Default value: None
|
Variables
| Name | Description |
|---|---|
|
model
|
Properties of Cognitive Services account deployment model. |
|
sku_name
|
|
|
available_capacity
|
The available capacity for deployment with this model and sku. |
|
available_finetune_capacity
|
The available capacity for deployment with a fine-tune version of this model and sku. |