Auto MLJob Args
constructor(componentId: Output<String>? = null, computeId: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, environmentId: Output<String>? = null, environmentVariables: Output<Map<String, String>>? = null, experimentName: Output<String>? = null, identity: Output<Any>? = null, isArchived: Output<Boolean>? = null, jobType: Output<String>, 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, taskDetails: Output<Any>)