Sweep Job Args
    data class SweepJobArgs(val componentId: Output<String>? = null, val computeId: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val earlyTermination: Output<Any>? = 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<SweepJobLimitsArgs>? = null, val objective: Output<ObjectiveArgs>, val outputs: Output<Map<String, Any>>? = null, val properties: Output<Map<String, String>>? = null, val samplingAlgorithm: Output<Any>, val searchSpace: Output<Any>, val services: Output<Map<String, JobServiceArgs>>? = null, val tags: Output<Map<String, String>>? = null, val trial: Output<TrialComponentArgs>) : ConvertibleToJava<SweepJobArgs> 
Sweep job definition.
Constructors
Link copied to clipboard
                fun SweepJobArgs(componentId: Output<String>? = null, computeId: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, earlyTermination: Output<Any>? = null, experimentName: Output<String>? = null, identity: Output<Any>? = null, inputs: Output<Map<String, Any>>? = null, isArchived: Output<Boolean>? = null, jobType: Output<String>, limits: Output<SweepJobLimitsArgs>? = null, objective: Output<ObjectiveArgs>, outputs: Output<Map<String, Any>>? = null, properties: Output<Map<String, String>>? = null, samplingAlgorithm: Output<Any>, searchSpace: Output<Any>, services: Output<Map<String, JobServiceArgs>>? = null, tags: Output<Map<String, String>>? = null, trial: Output<TrialComponentArgs>)
Functions
Properties
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard