25 lines
889 B
Plaintext
25 lines
889 B
Plaintext
---
|
|
title: Job (v1.2)
|
|
description: API reference for qiskit.providers.Job in qiskit v1.2
|
|
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/1.2/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>
|
|
|