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

37 lines
1.3 KiB
Plaintext

---
title: Job (v0.26)
description: API reference for qiskit.providers.Job in qiskit v0.26
in_page_toc_min_heading_level: 1
python_api_type: class
python_api_name: qiskit.providers.Job
---
<span id="qiskit-providers-job" />
# qiskit.providers.Job
<Class id="qiskit.providers.Job" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.17/qiskit/providers/job.py" signature="Job" modifiers="class">
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.
### \_\_init\_\_
<Function id="qiskit.providers.Job.__init__" signature="__init__()">
Initialize self. See help(type(self)) for accurate signature.
</Function>
## Methods
| | |
| ------------------------------------------------------------------------------ | ---------------- |
| [`__init__`](#qiskit.providers.Job.__init__ "qiskit.providers.Job.__init__")() | Initialize self. |
## Attributes
| | |
| --------- | - |
| `version` | |
</Class>