BackendStatus#
- class qiskit.providers.models.BackendStatus(backend_name, backend_version, operational, pending_jobs, status_msg)[Quellcode]#
Bases:
object
Class representing Backend Status.
Initialize a BackendStatus object
- Parameter:
- Verursacht:
QiskitError – If the backend version is in an invalid format
Methods
- classmethod from_dict(data)[Quellcode]#
Create a new BackendStatus object from a dictionary.
- to_dict()[Quellcode]#
Return a dictionary format representation of the BackendStatus.
- Rückgabe:
The dictionary form of the QobjHeader.
- Rückgabetyp: