AccountModel Class

Cognitive Services account Model.

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

Inheritance
azure.mgmt.cognitiveservices.models._models_py3.DeploymentModel
AccountModel

Constructor

AccountModel(*, format: str | None = None, name: str | None = None, version: str | None = None, source: str | None = None, base_model: _models.DeploymentModel | None = None, is_default_version: bool | None = None, skus: List[_models.ModelSku] | None = None, max_capacity: int | None = None, capabilities: Dict[str, str] | None = None, finetune_capabilities: Dict[str, str] | None = None, deprecation: _models.ModelDeprecationInfo | None = None, lifecycle_status: str | _models.ModelLifecycleStatus | 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.

base_model

Base Model Identifier.

is_default_version

If the model is default version.

skus

The list of Model Sku.

max_capacity
int

The max capacity.

capabilities

The capabilities.

finetune_capabilities

The capabilities for finetune models.

deprecation

Cognitive Services account ModelDeprecationInfo.

lifecycle_status

Model lifecycle status. Known values are: "GenerallyAvailable" and "Preview".

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.

base_model

Base Model Identifier.

is_default_version

If the model is default version.

skus

The list of Model Sku.

max_capacity
int

The max capacity.

capabilities

The capabilities.

finetune_capabilities

The capabilities for finetune models.

deprecation

Cognitive Services account ModelDeprecationInfo.

lifecycle_status

Model lifecycle status. Known values are: "GenerallyAvailable" and "Preview".

system_data

Metadata pertaining to creation and last modification of the resource.