AccountModel 클래스
Cognitive Services 계정 모델.
변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.
- 상속
-
azure.mgmt.cognitiveservices.models._models_py3.DeploymentModelAccountModel
생성자
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)
키워드 전용 매개 변수
Name | Description |
---|---|
format
|
배포 모델 형식입니다. |
name
|
배포 모델 이름입니다. |
version
|
선택 사항입니다. 배포 모델 버전입니다. 버전을 지정하지 않으면 기본 버전이 할당됩니다. 기본 버전은 모델에 따라 다르며 모델에 사용할 수 있는 새 버전이 있는 경우 변경될 수 있습니다. 모델의 기본 버전은 목록 모델 API에서 찾을 수 있습니다. |
source
|
선택 사항입니다. 배포 모델 원본 ARM 리소스 ID입니다. |
base_model
|
기본 모델 식별자입니다. |
is_default_version
|
모델이 기본 버전인 경우. |
skus
|
모델 SKU 목록입니다. |
max_capacity
|
최대 용량입니다. |
capabilities
|
기능입니다. |
finetune_capabilities
|
finetune 모델에 대한 기능입니다. |
deprecation
|
Cognitive Services 계정 ModelDeprecationInfo. |
lifecycle_status
|
모델 수명 주기 상태. 알려진 값은 "GenerallyAvailable" 및 "Preview"입니다. |
변수
Name | Description |
---|---|
format
|
배포 모델 형식입니다. |
name
|
배포 모델 이름입니다. |
version
|
선택 사항입니다. 배포 모델 버전입니다. 버전을 지정하지 않으면 기본 버전이 할당됩니다. 기본 버전은 모델에 따라 다르며 모델에 사용할 수 있는 새 버전이 있는 경우 변경될 수 있습니다. 모델의 기본 버전은 목록 모델 API에서 찾을 수 있습니다. |
source
|
선택 사항입니다. 배포 모델 원본 ARM 리소스 ID입니다. |
call_rate_limit
|
호출 속도 제한 Cognitive Services 계정입니다. |
base_model
|
기본 모델 식별자입니다. |
is_default_version
|
모델이 기본 버전인 경우. |
skus
|
모델 SKU 목록입니다. |
max_capacity
|
최대 용량입니다. |
capabilities
|
기능입니다. |
finetune_capabilities
|
finetune 모델에 대한 기능입니다. |
deprecation
|
Cognitive Services 계정 ModelDeprecationInfo. |
lifecycle_status
|
모델 수명 주기 상태. 알려진 값은 "GenerallyAvailable" 및 "Preview"입니다. |
system_data
|
리소스 만들기 및 마지막 수정과 관련된 메타데이터입니다. |
Azure SDK for Python