ManagedJob.submit¶
- ManagedJob.submit(qobj, job_name, backend, executor, submit_lock, job_share_level, job_tags=None)[source]¶
Submit the job.
- Parameters
job_name (
str
) – Name of the job.backend (
IBMQBackend
) – Backend to execute the experiments on.executor (
ThreadPoolExecutor
) – The thread pool used to submit the job.submit_lock (
allocate_lock
) – Lock used to synchronize job submission.job_share_level (
ApiJobShareLevel
) – Job share level.job_tags (
Optional
[List
[str
]]) – Tags to be assigned to the job.
- Return type
None