Freigeben über


TrialComponent interface

Trial component definition.

Properties

codeId

ARM resource ID of the code asset.

command

[Required] The command to execute on startup of the job. eg. "python train.py"

distribution

Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null.

environmentId

[Required] The ARM resource ID of the Environment specification for the job.

environmentVariables

Environment variables included in the job.

resources

Compute Resource configuration for the job.

Property Details

codeId

ARM resource ID of the code asset.

codeId?: string

Property Value

string

command

[Required] The command to execute on startup of the job. eg. "python train.py"

command: string

Property Value

string

distribution

Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null.

distribution?: DistributionConfigurationUnion

Property Value

environmentId

[Required] The ARM resource ID of the Environment specification for the job.

environmentId: string

Property Value

string

environmentVariables

Environment variables included in the job.

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

Property Value

{[propertyName: string]: string | null}

resources

Compute Resource configuration for the job.

resources?: JobResourceConfiguration

Property Value