Command Job Args
data class CommandJobArgs(val codeId: Output<String>? = null, val command: Output<String>, val componentId: Output<String>? = null, val computeId: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val distribution: Output<Any>? = null, val environmentId: Output<String>, val environmentVariables: Output<Map<String, String>>? = null, val experimentName: Output<String>? = null, val identity: Output<Any>? = null, val inputs: Output<Map<String, Any>>? = null, val isArchived: Output<Boolean>? = null, val jobType: Output<String>, val limits: Output<CommandJobLimitsArgs>? = null, val outputs: Output<Map<String, Any>>? = null, val properties: Output<Map<String, String>>? = null, val resources: Output<JobResourceConfigurationArgs>? = null, val services: Output<Map<String, JobServiceArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CommandJobArgs>
Command job definition.
Constructors
Link copied to clipboard
fun CommandJobArgs(codeId: Output<String>? = null, command: Output<String>, componentId: Output<String>? = null, computeId: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, distribution: Output<Any>? = null, environmentId: Output<String>, environmentVariables: Output<Map<String, String>>? = null, experimentName: Output<String>? = null, identity: Output<Any>? = null, inputs: Output<Map<String, Any>>? = null, isArchived: Output<Boolean>? = null, jobType: Output<String>, limits: Output<CommandJobLimitsArgs>? = null, outputs: Output<Map<String, Any>>? = null, properties: Output<Map<String, String>>? = null, resources: Output<JobResourceConfigurationArgs>? = null, services: Output<Map<String, JobServiceArgs>>? = null, tags: Output<Map<String, String>>? = null)