ModelSku interface

Describes an available Cognitive Services Model SKU.

Properties

capacity

The capacity configuration.

cost

The list of billing meter info.

deprecationDate

The datetime of deprecation of the model SKU.

name

The name of the model SKU.

rateLimits

The list of rateLimit.

usageName

The usage name of the model SKU.

Property Details

capacity

The capacity configuration.

capacity?: CapacityConfig

Property Value

cost

The list of billing meter info.

cost?: BillingMeterInfo[]

Property Value

deprecationDate

The datetime of deprecation of the model SKU.

deprecationDate?: Date

Property Value

Date

name

The name of the model SKU.

name?: string

Property Value

string

rateLimits

The list of rateLimit.

rateLimits?: CallRateLimit[]

Property Value

usageName

The usage name of the model SKU.

usageName?: string

Property Value

string