Korean
언어
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

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.

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