Trial Component Args
data class TrialComponentArgs(val codeId: Output<String>? = null, val command: Output<String>, val distribution: Output<Any>? = null, val environmentId: Output<String>? = null, val environmentVariables: Output<Map<String, String>>? = null, val inputDataBindings: Output<Map<String, InputDataBindingArgs>>? = null, val outputDataBindings: Output<Map<String, OutputDataBindingArgs>>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<TrialComponentArgs>
Trial component definition.
Constructors
Link copied to clipboard
constructor(codeId: Output<String>? = null, command: Output<String>, distribution: Output<Any>? = null, environmentId: Output<String>? = null, environmentVariables: Output<Map<String, String>>? = null, inputDataBindings: Output<Map<String, InputDataBindingArgs>>? = null, outputDataBindings: Output<Map<String, OutputDataBindingArgs>>? = null, timeout: Output<String>? = null)
Properties
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
Mapping of input data bindings used in the job.
Link copied to clipboard
Mapping of output data bindings used in the job.