Share via


DeploymentModel Class

Properties of Cognitive Services account deployment model.

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

Constructor

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

Keyword-Only Parameters

Name Description
publisher
str

Deployment model publisher.

Default value: None
format
str

Deployment model format.

Default value: None
name
str

Deployment model name.

Default value: None
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.

Default value: None
source
str

Optional. Deployment model source ARM resource ID.

Default value: None
source_account
str

Optional. Source of the model, another Microsoft.CognitiveServices accounts ARM resource ID.

Default value: None

Variables

Name Description
publisher
str

Deployment model publisher.

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.

source_account
str

Optional. Source of the model, another Microsoft.CognitiveServices accounts ARM resource ID.

call_rate_limit

The call rate limit Cognitive Services account.