JobStatus.from_dict

classmethod JobStatus.from_dict(data)[source]

Create a new JobStatus object from a dictionary.

Parameters

data (dict) – A dictionary representing the JobStatus to create. It will be in the same format as output by to_dict().

Returns

The JobStatus from the input

dictionary.

Return type

qiskit.providers.model.JobStatus