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

25 lines
904 B
Plaintext

---
title: Job (dev version)
description: API reference for qiskit.providers.Job in the dev version of qiskit
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/main/qiskit/providers/job.py#L30-L39" signature="qiskit.providers.Job" modifiers="class">
Bases: [`object`](https://docs.python.org/3/library/functions.html#object "(in Python v3.13)")
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>