DeploymentModel interface
Properties of Cognitive Services account deployment model.
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
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
format
Deployment model format.
format?: string
Property Value
string
name
Deployment model name.
name?: string
Property Value
string
publisher
Deployment model publisher.
publisher?: string
Property Value
string
source
Optional. Deployment model source ARM resource ID.
source?: string
Property Value
string
sourceAccount
Optional. Source of the model, another Microsoft.CognitiveServices accounts ARM resource ID.
sourceAccount?: string
Property Value
string
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