BackendStatus#
- class qiskit.providers.models.BackendStatus(backend_name, backend_version, operational, pending_jobs, status_msg)[código fonte]#
Bases:
object
Class representing Backend Status.
Initialize a BackendStatus object
- Parâmetros:
- Levanta:
QiskitError – If the backend version is in an invalid format
Methods
- classmethod from_dict(data)[código fonte]#
Create a new BackendStatus object from a dictionary.
- to_dict()[código fonte]#
Return a dictionary format representation of the BackendStatus.
- Retorno:
The dictionary form of the QobjHeader.
- Tipo de retorno: