共用方式為


TrialComponent interface

試用版元件定義。

屬性

codeId

程式代碼資產的 ARM 資源識別碼。

command

[必要]在作業啟動時執行的命令。 例如 “python train.py”

distribution

作業的散發組態。 如果設定,這應該是其中一個 Mpi、Tensorflow、PyTorch 或 null。

environmentId

[必要]作業之環境規格的 ARM 資源識別碼。

environmentVariables

作業中包含的環境變數。

resources

作業的計算資源組態。

屬性詳細資料

codeId

程式代碼資產的 ARM 資源識別碼。

codeId?: string

屬性值

string

command

[必要]在作業啟動時執行的命令。 例如 “python train.py”

command: string

屬性值

string

distribution

作業的散發組態。 如果設定,這應該是其中一個 Mpi、Tensorflow、PyTorch 或 null。

distribution?: DistributionConfigurationUnion

屬性值

environmentId

[必要]作業之環境規格的 ARM 資源識別碼。

environmentId: string

屬性值

string

environmentVariables

作業中包含的環境變數。

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

屬性值

{[propertyName: string]: string | null}

resources

作業的計算資源組態。

resources?: JobResourceConfiguration

屬性值