iqm.iqm_client.models.RunStatus#
- class iqm.iqm_client.models.RunStatus(*, status: Status, message: str | None = None, warnings: list[str] | None = None)#
Bases:
BaseModel
Status of a circuit execution job.
Attributes
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
current status of the job, in
{'pending compilation', 'pending execution', 'ready', 'failed', 'aborted'}
if the job failed, an error message
list of warning messages
Methods
from_dict
(inp)Parses the result from a dict.
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].