Sweep Job Args
constructor(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)