qiskit-documentation/docs/api/qiskit/0.31/qiskit.providers.Job.mdx

25 lines
764 B
Plaintext

---
title: Job
description: API reference for qiskit.providers.Job
in_page_toc_min_heading_level: 1
python_api_type: class
python_api_name: qiskit.providers.Job
---
# Job
<Class id="qiskit.providers.Job" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.18/qiskit/providers/job.py" signature="Job" modifiers="class">
Bases: `object`
Base common type for all versioned Job abstract classes.
Note this class should not be inherited from directly, it is intended to be used for type checking. When implementing a provider you should use the versioned abstract classes as the parent class and not this class directly.
## Attributes
### version
<Attribute id="qiskit.providers.Job.version" attributeValue="0" />
</Class>