Auto MLJob Args
data class AutoMLJobArgs(val componentId: Output<String>? = null, val computeId: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val environmentId: Output<String>? = null, val environmentVariables: Output<Map<String, String>>? = null, val experimentName: Output<String>? = null, val identity: Output<Any>? = null, val isArchived: Output<Boolean>? = null, val jobType: Output<String>, 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, val taskDetails: Output<Any>) : ConvertibleToJava<AutoMLJobArgs>
AutoMLJob class. Use this class for executing AutoML tasks like Classification/Regression etc. See TaskType enum for all the tasks supported.
Constructors
Link copied to clipboard
fun AutoMLJobArgs(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>)