ProgressInfo#
Module: iqm.iqm_server_client.models
- class iqm.iqm_server_client.models.ProgressInfo(*, value: int, max_value: int)#
Bases:
PydanticBaseProgress information about completing an arbitrary task.
Used e.g. for tracking job completion.
Attributes
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Current progress indicator value.
When we hit this, the task is done.
Methods
- 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
