JobStatus#

class qiskit.providers.models.JobStatus(job_id, status, status_msg, **kwargs)[소스]#

기반 클래스: object

Model for JobStatus.

job_id#

backend job_id.

Type:

str

status#

status of the job.

Type:

str

status_msg#

status message.

Type:

str

Methods

classmethod from_dict(data)[소스]#

Create a new JobStatus object from a dictionary.

매개변수:

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

반환:

The JobStatus from the input

dictionary.

반환 형식:

qiskit.providers.model.JobStatus

to_dict()[소스]#

Return a dictionary format representation of the JobStatus.

반환:

The dictionary form of the JobStatus.

반환 형식:

dict