JobStatus¶
- class JobStatus(job_id, status, status_msg, **kwargs)[source]¶
Model for JobStatus.
- job_id¶
backend job_id.
- Type
str
- status¶
status of the job.
- Type
str
- status_msg¶
status message.
- Type
str
Methods
JobStatus.from_dict
(data)Create a new JobStatus object from a dictionary.
Return a dictionary format representation of the JobStatus.