AccountModel interface
Cognitive Services account Model.
- Extends
Properties
| base |
Properties of Cognitive Services account deployment model. |
| capabilities | The capabilities. |
| deprecation | Cognitive Services account ModelDeprecationInfo. |
| finetune |
The capabilities for finetune models. |
| is |
If the model is default version. |
| lifecycle |
Model lifecycle status. |
| max |
The max capacity. |
| model |
Asset identifier for the model in the model catalog. |
| replacement |
Configuration for model replacement. |
| skus | The list of Model Sku. |
| system |
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
| call |
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. |
| publisher | Deployment model publisher. |
| source | Optional. Deployment model source ARM resource ID. |
| source |
Optional. Source of the model, another Microsoft.CognitiveServices accounts 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
Properties of Cognitive Services account deployment model.
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
modelCatalogAssetId
Asset identifier for the model in the model catalog.
modelCatalogAssetId?: string
Property Value
string
replacementConfig
Configuration for model replacement.
replacementConfig?: ReplacementConfig
Property Value
skus
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
publisher
Deployment model publisher.
publisher?: string
Property Value
string
Inherited From DeploymentModel.publisher
source
Optional. Deployment model source ARM resource ID.
source?: string
Property Value
string
Inherited From DeploymentModel.source
sourceAccount
Optional. Source of the model, another Microsoft.CognitiveServices accounts ARM resource ID.
sourceAccount?: string
Property Value
string
Inherited From DeploymentModel.sourceAccount
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