iqm.iqm_client.models.RunCounts#
- class iqm.iqm_client.models.RunCounts(*, status: Status, counts_batch: list[Counts] | None = None)#
 Bases:
BaseModelMeasurement counts 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'}counts_batchMethods
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].