AccountModel Class
Cognitive Services account Model.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
AccountModel(*, 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, 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, replacement_config: _models.ReplacementConfig | None = None, model_catalog_asset_id: str | None = None, lifecycle_status: str | _models.ModelLifecycleStatus | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
publisher
|
Deployment model publisher. Default value: None
|
|
format
|
Deployment model format. Default value: None
|
|
name
|
Deployment model name. Default value: None
|
|
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. Default value: None
|
|
source
|
Optional. Deployment model source ARM resource ID. Default value: None
|
|
source_account
|
Optional. Source of the model, another Microsoft.CognitiveServices accounts ARM resource ID. Default value: None
|
|
base_model
|
Properties of Cognitive Services account deployment model. Default value: None
|
|
is_default_version
|
If the model is default version. Default value: None
|
|
skus
|
The list of Model Sku. Default value: None
|
|
max_capacity
|
The max capacity. Default value: None
|
|
capabilities
|
The capabilities. Default value: None
|
|
finetune_capabilities
|
The capabilities for finetune models. Default value: None
|
|
deprecation
|
Cognitive Services account ModelDeprecationInfo. Default value: None
|
|
replacement_config
|
Configuration for model replacement. Default value: None
|
|
model_catalog_asset_id
|
Asset identifier for the model in the model catalog. Default value: None
|
|
lifecycle_status
|
Model lifecycle status. Known values are: "Stable", "Preview", "GenerallyAvailable", "Deprecating", "Deprecated", and "Legacy". Default value: None
|
Variables
| Name | Description |
|---|---|
|
publisher
|
Deployment model publisher. |
|
format
|
Deployment model format. |
|
name
|
Deployment model name. |
|
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. |
|
source
|
Optional. Deployment model source ARM resource ID. |
|
source_account
|
Optional. Source of the model, another Microsoft.CognitiveServices accounts ARM resource ID. |
|
call_rate_limit
|
The call rate limit Cognitive Services account. |
|
base_model
|
Properties of Cognitive Services account deployment model. |
|
is_default_version
|
If the model is default version. |
|
skus
|
The list of Model Sku. |
|
max_capacity
|
The max capacity. |
|
capabilities
|
The capabilities. |
|
finetune_capabilities
|
The capabilities for finetune models. |
|
deprecation
|
Cognitive Services account ModelDeprecationInfo. |
|
replacement_config
|
Configuration for model replacement. |
|
model_catalog_asset_id
|
Asset identifier for the model in the model catalog. |
|
lifecycle_status
|
Model lifecycle status. Known values are: "Stable", "Preview", "GenerallyAvailable", "Deprecating", "Deprecated", and "Legacy". |
|
system_data
|
Metadata pertaining to creation and last modification of the resource. |