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 - model_config: ClassVar[ConfigDict] = {}#
- Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict]. 
 
