Command Job Args
data class CommandJobArgs(val codeId: Output<String>? = null, val command: Output<String>, val compute: Output<ComputeConfigurationArgs>, val description: Output<String>? = null, val distribution: Output<Any>? = null, val environmentId: Output<String>? = null, val environmentVariables: Output<Map<String, String>>? = null, val experimentName: Output<String>? = null, val identity: Output<Either<AmlTokenArgs, ManagedIdentityArgs>>? = null, val inputDataBindings: Output<Map<String, InputDataBindingArgs>>? = null, val jobType: Output<String>, val outputDataBindings: Output<Map<String, OutputDataBindingArgs>>? = null, val priority: Output<Int>? = null, val properties: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<CommandJobArgs>
Command job definition.
Constructors
Link copied to clipboard
constructor(codeId: Output<String>? = null, command: Output<String>, compute: Output<ComputeConfigurationArgs>, description: Output<String>? = null, distribution: Output<Any>? = null, environmentId: Output<String>? = null, environmentVariables: Output<Map<String, String>>? = null, experimentName: Output<String>? = null, identity: Output<Either<AmlTokenArgs, ManagedIdentityArgs>>? = null, inputDataBindings: Output<Map<String, InputDataBindingArgs>>? = null, jobType: Output<String>, outputDataBindings: Output<Map<String, OutputDataBindingArgs>>? = null, priority: Output<Int>? = null, properties: Output<Map<String, String>>? = null, tags: Output<Map<String, String>>? = null, timeout: Output<String>? = null)
Properties
Link copied to clipboard
Required Compute binding for the job.
Link copied to clipboard
The asset description text.
Link copied to clipboard
Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null.
Link copied to clipboard
The ARM resource ID of the Environment specification for the job.
Link copied to clipboard
Environment variables included in the job.
Link copied to clipboard
The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.
Link copied to clipboard
Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, or null. Defaults to AmlToken if null.
Link copied to clipboard
Mapping of input data bindings used in the job.
Link copied to clipboard
Mapping of output data bindings used in the job.
Link copied to clipboard
The asset property dictionary.