JobExecution#
Module: iqm.iqm_server_client.models
- class iqm.iqm_server_client.models.JobExecution(*, progress: dict[str, ProgressInfo])#
Bases:
PydanticBaseProgress information about job execution.
Attributes
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
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
