Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrialComponent

Package version

Trial component definition.

Hierarchy

  • TrialComponent

Index

Properties

Optional codeId

codeId: undefined | string

ARM resource ID of the code asset.

command

command: string

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

Optional distribution

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

environmentId

environmentId: string

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

Optional environmentVariables

environmentVariables: undefined | {}

Environment variables included in the job.

Optional resources

Compute Resource configuration for the job.

Generated using TypeDoc