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.
Constructors
Link copied to clipboard
                fun TrialComponentArgs(codeId: Output<String>? = null, command: Output<String>, distribution: Output<Any>? = null, environmentId: Output<String>, environmentVariables: Output<Map<String, String>>? = null, resources: Output<JobResourceConfigurationArgs>? = null)