JobBaseProperties interface
作業的基底定義。
- Extends
屬性
component |
元件資源的 ARM 資源識別碼。 |
compute |
計算資源的 ARM 資源識別碼。 |
display |
工作的顯示名稱。 |
experiment |
作業所屬的實驗名稱。 如果未設定,作業會放在 「默認」實驗中。 |
identity | 身分識別設定。 如果設定,這應該是其中一個 AmlToken、ManagedIdentity、UserIdentity 或 null。 如果為 null,則預設為 AmlToken。 |
is |
資產是否已封存? |
job |
[必要]指定作業的類型。 |
services | JobEndpoints 的清單。 針對本機作業,作業端點會有 FileStreamObject 的端點值。 |
status | 作業的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
繼承的屬性
description | 資產描述文字。 |
properties | 資產屬性字典。 |
tags | 標記字典。 標記可以新增、移除和更新。 |
屬性詳細資料
componentId
元件資源的 ARM 資源識別碼。
componentId?: string
屬性值
string
computeId
計算資源的 ARM 資源識別碼。
computeId?: string
屬性值
string
displayName
工作的顯示名稱。
displayName?: string
屬性值
string
experimentName
作業所屬的實驗名稱。 如果未設定,作業會放在 「默認」實驗中。
experimentName?: string
屬性值
string
identity
身分識別設定。 如果設定,這應該是其中一個 AmlToken、ManagedIdentity、UserIdentity 或 null。 如果為 null,則預設為 AmlToken。
identity?: IdentityConfigurationUnion
屬性值
isArchived
資產是否已封存?
isArchived?: boolean
屬性值
boolean
jobType
[必要]指定作業的類型。
jobType: string
屬性值
string
services
JobEndpoints 的清單。 針對本機作業,作業端點會有 FileStreamObject 的端點值。
services?: {[propertyName: string]: JobService | null}
屬性值
{[propertyName: string]: JobService | null}
status
作業的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
status?: string
屬性值
string
繼承的屬性詳細資料
description
properties
資產屬性字典。
properties?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}
tags
標記字典。 標記可以新增、移除和更新。
tags?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}