ComponentContainerProperties interface
元件容器定義。 <請參閱 href=“https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command"/>
- Extends
屬性
| provisioning |
元件容器的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
繼承的屬性
| description | 資產描述文字。 |
| is |
資產是否已封存? |
| latest |
此容器內的最新版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| next |
下一個自動累加版本注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| properties | 資產屬性字典。 |
| tags | 標記字典。 標記可以新增、移除和更新。 |
屬性詳細資料
provisioningState
元件容器的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
繼承的屬性詳細資料
description
isArchived
latestVersion
此容器內的最新版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。
latestVersion?: string
屬性值
string
nextVersion
properties
資產屬性字典。
properties?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}
tags
標記字典。 標記可以新增、移除和更新。
tags?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}