JobStatus#
- class qiskit.providers.models.JobStatus(job_id, status, status_msg, **kwargs)[código fonte]#
Bases:
object
Model for JobStatus.
Methods
- classmethod from_dict(data)[código fonte]#
Create a new JobStatus object from a dictionary.
- to_dict()[código fonte]#
Return a dictionary format representation of the JobStatus.
- Retorno:
The dictionary form of the JobStatus.
- Tipo de retorno: