qiskit.providers.models.JobStatus.from_dict¶
- classmethod JobStatus.from_dict(data)[fuente]¶
Create a new JobStatus object from a dictionary.
- Parámetros
data (dict) – A dictionary representing the JobStatus to create. It will be in the same format as output by
to_dict()
.- Devuelve
- The
JobStatus
from the input dictionary.
- The
- Tipo del valor devuelto
qiskit.providers.model.JobStatus