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: PydanticBase

Message log for a job.

Attributes

model_config

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

source

Source of the message.

message

Content of the message.

Methods

Parameters:
  • source (Literal['iqm-server', 'iqm-station-control'] | str)

  • message (str)

source: Source#

Source of the message.

message: str#

Content 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

Inheritance diagram of iqm.iqm_server_client.models.JobMessage