JobMessage#
Module: iqm.iqm_server_client.models
- class iqm.iqm_server_client.models.JobMessage(*, source: Literal['iqm-server', 'iqm-station-control'] | str, message: str)#
Bases:
PydanticBaseMessage log for a job.
Attributes
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Source of the message.
Content of the message.
Methods
- source: Source#
Source of the message.
- 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
