SweepJobArgs

constructor(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, notificationSetting: Output<NotificationSettingArgs>? = null, objective: Output<ObjectiveArgs>, outputs: Output<Map<String, Any>>? = null, properties: Output<Map<String, String>>? = null, queueSettings: Output<QueueSettingsArgs>? = null, samplingAlgorithm: Output<Any>, searchSpace: Output<Any>, services: Output<Map<String, JobServiceArgs>>? = null, tags: Output<Map<String, String>>? = null, trial: Output<TrialComponentArgs>)