TimelineEntry#

Module: iqm.iqm_server_client.models

class iqm.iqm_server_client.models.TimelineEntry(*, source: Literal['iqm-server', 'iqm-station-control'] | str, status: str, timestamp: datetime)#

Bases: BaseModel

Timeline entry for a job.

Attributes

model_config

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

source

Source of the timeline entry.

status

Name of the execution step that was reached.

timestamp

Time at which status was reached.

Methods

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

  • status (str)

  • timestamp (datetime)

source: Source#

Source of the timeline entry.

status: str#

Name of the execution step that was reached.

timestamp: datetime#

Time at which status was reached.

model_config: ClassVar[ConfigDict] = {}#

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

Inheritance

Inheritance diagram of iqm.iqm_server_client.models.TimelineEntry