Sweep Job Args
data class SweepJobArgs(val algorithm: Output<Either<String, SamplingAlgorithm>>, val compute: Output<ComputeConfigurationArgs>, val description: Output<String>? = null, val earlyTermination: Output<Any>? = null, val experimentName: Output<String>? = null, val identity: Output<Either<AmlTokenArgs, ManagedIdentityArgs>>? = null, val jobType: Output<String>, val maxConcurrentTrials: Output<Int>? = null, val maxTotalTrials: Output<Int>? = null, val objective: Output<ObjectiveArgs>, val priority: Output<Int>? = null, val properties: Output<Map<String, String>>? = null, val searchSpace: Output<Map<String, Any>>, val tags: Output<Map<String, String>>? = null, val timeout: Output<String>? = null, val trial: Output<TrialComponentArgs>? = null) : ConvertibleToJava<SweepJobArgs>
Sweep job definition.
Constructors
Link copied to clipboard
fun SweepJobArgs(algorithm: Output<Either<String, SamplingAlgorithm>>, compute: Output<ComputeConfigurationArgs>, description: Output<String>? = null, earlyTermination: Output<Any>? = null, experimentName: Output<String>? = null, identity: Output<Either<AmlTokenArgs, ManagedIdentityArgs>>? = null, jobType: Output<String>, maxConcurrentTrials: Output<Int>? = null, maxTotalTrials: Output<Int>? = null, objective: Output<ObjectiveArgs>, priority: Output<Int>? = null, properties: Output<Map<String, String>>? = null, searchSpace: Output<Map<String, Any>>, tags: Output<Map<String, String>>? = null, timeout: Output<String>? = null, trial: Output<TrialComponentArgs>? = null)