TrialComponent interface
Trial component definition.
Properties
code |
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. |
environment |
[Required] The ARM resource ID of the Environment specification for the job. |
environment |
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