다음을 통해 공유


ComponentVersionProperties interface

구성 요소 버전의 정의: 구성 요소 형식에 걸쳐 있는 리소스를 정의합니다.

Extends

속성

componentSpec

구성 요소 정의 세부 정보를 정의합니다. <href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command" />

provisioningState

구성 요소 버전에 대한 프로비전 상태입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

상속된 속성

description

자산 설명 텍스트입니다.

isAnonymous

이름 버전이 시스템 생성(익명 등록)인 경우

isArchived

자산이 보관되어 있나요?

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

자산 설명 텍스트입니다.

description?: string

속성 값

string

AssetBase.description 상속된

isAnonymous

이름 버전이 시스템 생성(익명 등록)인 경우

isAnonymous?: boolean

속성 값

boolean

AssetBase.isAnonymous 상속된

isArchived

자산이 보관되어 있나요?

isArchived?: boolean

속성 값

boolean

AssetBase.isArchived 상속된

properties

자산 속성 사전입니다.

properties?: {[propertyName: string]: string | null}

속성 값

{[propertyName: string]: string | null}

AssetBase.properties 상속된

tags

태그 사전입니다. 태그를 추가, 제거 및 업데이트할 수 있습니다.

tags?: {[propertyName: string]: string | null}

속성 값

{[propertyName: string]: string | null}

AssetBase.tags 상속된