JobExecution#

Module: iqm.iqm_server_client.models

class iqm.iqm_server_client.models.JobExecution(*, progress: dict[str, ProgressInfo])#

Bases: PydanticBase

Progress information about job execution.

Attributes

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

progress

Mapping from label to its progress information (value, max_value).

Methods

Parameters:

progress (dict[str, ProgressInfo])

progress: dict[str, ProgressInfo]#

Mapping from label to its progress information (value, max_value).

model_config: ClassVar[ConfigDict] = {'extra': 'ignore', 'ser_json_inf_nan': 'constants', 'validate_assignment': True, 'validate_default': True}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Inheritance

Inheritance diagram of iqm.iqm_server_client.models.JobExecution