qiskit.providers.models.JobStatus¶
-
class
JobStatus
(job_id, status, status_msg, **kwargs)[ソース]¶ Model for JobStatus.
-
job_id
¶ backend job_id.
- Type
str
-
status
¶ status of the job.
- Type
str
-
status_msg
¶ status message.
- Type
str
-
__init__
(job_id, status, status_msg, **kwargs)[ソース]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(job_id, status, status_msg, **kwargs)Initialize self.
from_dict
(data)Create a new JobStatus object from a dictionary.
to_dict
()Return a dictionary format representation of the JobStatus.
-