Trial Component Args
data class TrialComponentArgs(val codeId: Output<String>? = null, val command: Output<String>, val distribution: Output<Any>? = null, val environmentId: Output<String>, val environmentVariables: Output<Map<String, String>>? = null, val resources: Output<JobResourceConfigurationArgs>? = null) : ConvertibleToJava<TrialComponentArgs>
Trial component definition.
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
Required 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
Compute Resource configuration for the job.