qiskit.providers.models.JobStatus.from_dict¶
- classmethod JobStatus.from_dict(data)[source]¶
Create a new JobStatus object from a dictionary.
- Paramètres
data (dict) – A dictionary representing the JobStatus to create. It will be in the same format as output by
to_dict()
.- Renvoie
- The
JobStatus
from the input dictionary.
- The
- Type renvoyé
qiskit.providers.model.JobStatus