AccountModel interface

Cognitive Services account Model.

Extends

Properties

baseModel

Base Model Identifier.

capabilities

The capabilities.

deprecation

Cognitive Services account ModelDeprecationInfo.

finetuneCapabilities

The capabilities for finetune models.

isDefaultVersion

If the model is default version.

lifecycleStatus

Model lifecycle status.

maxCapacity

The max capacity.

skus

The list of Model Sku.

systemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

callRateLimit

The call rate limit Cognitive Services account. NOTE: This property will not be serialized. It can only be populated by the server.

format

Deployment model format.

name

Deployment model name.

source

Optional. Deployment model source ARM resource ID.

version

Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.

Property Details

baseModel

Base Model Identifier.

baseModel?: DeploymentModel

Property Value

capabilities

The capabilities.

capabilities?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

deprecation

Cognitive Services account ModelDeprecationInfo.

deprecation?: ModelDeprecationInfo

Property Value

finetuneCapabilities

The capabilities for finetune models.

finetuneCapabilities?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

isDefaultVersion

If the model is default version.

isDefaultVersion?: boolean

Property Value

boolean

lifecycleStatus

Model lifecycle status.

lifecycleStatus?: string

Property Value

string

maxCapacity

The max capacity.

maxCapacity?: number

Property Value

number

skus

The list of Model Sku.

skus?: ModelSku[]

Property Value

systemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Property Value

Inherited Property Details

callRateLimit

The call rate limit Cognitive Services account. NOTE: This property will not be serialized. It can only be populated by the server.

callRateLimit?: CallRateLimit

Property Value

Inherited From DeploymentModel.callRateLimit

format

Deployment model format.

format?: string

Property Value

string

Inherited From DeploymentModel.format

name

Deployment model name.

name?: string

Property Value

string

Inherited From DeploymentModel.name

source

Optional. Deployment model source ARM resource ID.

source?: string

Property Value

string

Inherited From DeploymentModel.source

version

Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.

version?: string

Property Value

string

Inherited From DeploymentModel.version