共用方式為


SweepJob interface

掃掠作業定義。

Extends

屬性

earlyTermination

早期終止原則可在完成之前取消執行效能不佳

inputs

對應作業中使用的輸入數據系結。

jobType

多型歧視性,指定這個物件可以是的不同類型

limits

掃掠作業限制。

objective

[必要]優化目標。

outputs

對應作業中使用的輸出數據系結。

samplingAlgorithm

[必要]超參數取樣演算法

searchSpace

[必要]包含每個參數及其散發的字典。 字典索引鍵是參數的名稱

trial

[必要]試用版元件定義。

繼承的屬性

componentId

元件資源的 ARM 資源識別碼。

computeId

計算資源的 ARM 資源識別碼。

description

資產描述文字。

displayName

工作的顯示名稱。

experimentName

作業所屬的實驗名稱。 如果未設定,作業會放在 「默認」實驗中。

identity

身分識別設定。 如果設定,這應該是其中一個 AmlToken、ManagedIdentity、UserIdentity 或 null。 如果為 null,則預設為 AmlToken。

isArchived

資產是否已封存?

properties

資產屬性字典。

services

JobEndpoints 的清單。 針對本機作業,作業端點會有 FileStreamObject 的端點值。

status

作業的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tags

標記字典。 標記可以新增、移除和更新。

屬性詳細資料

earlyTermination

早期終止原則可在完成之前取消執行效能不佳

earlyTermination?: EarlyTerminationPolicyUnion

屬性值

inputs

對應作業中使用的輸入數據系結。

inputs?: {[propertyName: string]: JobInputUnion | null}

屬性值

{[propertyName: string]: JobInputUnion | null}

jobType

多型歧視性,指定這個物件可以是的不同類型

jobType: "Sweep"

屬性值

"Sweep"

limits

掃掠作業限制。

limits?: SweepJobLimits

屬性值

objective

[必要]優化目標。

objective: Objective

屬性值

outputs

對應作業中使用的輸出數據系結。

outputs?: {[propertyName: string]: JobOutputUnion | null}

屬性值

{[propertyName: string]: JobOutputUnion | null}

samplingAlgorithm

[必要]超參數取樣演算法

samplingAlgorithm: SamplingAlgorithmUnion

屬性值

searchSpace

[必要]包含每個參數及其散發的字典。 字典索引鍵是參數的名稱

searchSpace: Record<string, unknown>

屬性值

Record<string, unknown>

trial

[必要]試用版元件定義。

trial: TrialComponent

屬性值

繼承的屬性詳細資料

componentId

元件資源的 ARM 資源識別碼。

componentId?: string

屬性值

string

繼承自JobBaseProperties.componentId

computeId

計算資源的 ARM 資源識別碼。

computeId?: string

屬性值

string

繼承自JobBaseProperties.computeId

description

資產描述文字。

description?: string

屬性值

string

繼承自JobBaseProperties.description

displayName

工作的顯示名稱。

displayName?: string

屬性值

string

繼承自JobBaseProperties.displayName

experimentName

作業所屬的實驗名稱。 如果未設定,作業會放在 「默認」實驗中。

experimentName?: string

屬性值

string

繼承自JobBaseProperties.experimentName

identity

身分識別設定。 如果設定,這應該是其中一個 AmlToken、ManagedIdentity、UserIdentity 或 null。 如果為 null,則預設為 AmlToken。

identity?: IdentityConfigurationUnion

屬性值

繼承自JobBaseProperties.identity

isArchived

資產是否已封存?

isArchived?: boolean

屬性值

boolean

繼承自JobBaseProperties.isArchived

properties

資產屬性字典。

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

屬性值

{[propertyName: string]: string | null}

繼承自JobBaseProperties.properties

services

JobEndpoints 的清單。 針對本機作業,作業端點會有 FileStreamObject 的端點值。

services?: {[propertyName: string]: JobService | null}

屬性值

{[propertyName: string]: JobService | null}

繼承自JobBaseProperties.services

status

作業的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

status?: string

屬性值

string

繼承自JobBaseProperties.status

tags

標記字典。 標記可以新增、移除和更新。

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

屬性值

{[propertyName: string]: string | null}

繼承自JobBaseProperties.tags