ManagedJob¶
- class ManagedJob(start_index, experiments_count, job=None)[source]¶
Bases:
object
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.
Return the result of the job.
Query the server for job status.
Submit the job.