ManagedJob¶
- class ManagedJob(start_index, experiments_count, job=None)[source]¶
Job managed by the Job Manager.
ManagedJob constructor.
- Parameters
start_index (
int
) – Starting index of the experiment set.experiments_count (
int
) – Number of experiments.job (
Optional
[IBMQJob
]) – Job to be managed, orNone
if not already known.
Methods
Attempt to cancel the job.
Provide details about the reason of failure.
Return the Qobj for this job.
ManagedJob.result
([timeout, partial])Return the result of the job.
Query the server for job status.
ManagedJob.submit
(qobj, job_name, backend, …)Submit the job.