DeploymentModel Class

Properties of Cognitive Services account deployment model.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.cognitiveservices._serialization.Model
DeploymentModel

Constructor

DeploymentModel(*, format: str | None = None, name: str | None = None, version: str | None = None, source: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
format
str

Deployment model format.

name
str

Deployment model name.

version
str

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.

source
str

Optional. Deployment model source ARM resource ID.

Variables

Name Description
format
str

Deployment model format.

name
str

Deployment model name.

version
str

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.

source
str

Optional. Deployment model source ARM resource ID.

call_rate_limit

The call rate limit Cognitive Services account.