Share via


ModelSku Class

Describes an available Cognitive Services Model SKU.

Constructor

ModelSku(*, name: str | None = None, usage_name: str | None = None, deprecation_date: datetime | None = None, capacity: _models.CapacityConfig | None = None, rate_limits: list['_models.CallRateLimit'] | None = None, cost: list['_models.BillingMeterInfo'] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The name of the model SKU.

Default value: None
usage_name
str

The usage name of the model SKU.

Default value: None
deprecation_date

The datetime of deprecation of the model SKU.

Default value: None
capacity

The capacity configuration.

Default value: None
rate_limits

The list of rateLimit.

Default value: None
cost

The list of billing meter info.

Default value: None

Variables

Name Description
name
str

The name of the model SKU.

usage_name
str

The usage name of the model SKU.

deprecation_date

The datetime of deprecation of the model SKU.

capacity

The capacity configuration.

rate_limits

The list of rateLimit.

cost

The list of billing meter info.