你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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
str
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
str
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.