ComponentVersionProperties interface
구성 요소 버전의 정의: 구성 요소 형식에 걸쳐 있는 리소스를 정의합니다.
- Extends
속성
| component |
구성 요소 정의 세부 정보를 정의합니다. <href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command" /> |
| provisioning |
구성 요소 버전에 대한 프로비전 상태입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다. |
상속된 속성
| description | 자산 설명 텍스트입니다. |
| is |
이름 버전이 시스템 생성(익명 등록)인 경우 |
| is |
자산이 보관되어 있나요? |
| properties | 자산 속성 사전입니다. |
| tags | 태그 사전입니다. 태그를 추가, 제거 및 업데이트할 수 있습니다. |
속성 세부 정보
componentSpec
구성 요소 정의 세부 정보를 정의합니다. <href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command" />
componentSpec?: Record<string, unknown>
속성 값
Record<string, unknown>
provisioningState
구성 요소 버전에 대한 프로비전 상태입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.
provisioningState?: string
속성 값
string
상속된 속성 세부 정보
description
isAnonymous
isArchived
properties
자산 속성 사전입니다.
properties?: {[propertyName: string]: string | null}
속성 값
{[propertyName: string]: string | null}
tags
태그 사전입니다. 태그를 추가, 제거 및 업데이트할 수 있습니다.
tags?: {[propertyName: string]: string | null}
속성 값
{[propertyName: string]: string | null}