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:
BaseModelTimeline entry for a job.
Attributes
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Source of the timeline entry.
Name of the execution step that was reached.
Time at which
statuswas reached.Methods
- Parameters:
- source: Source#
Source of the timeline entry.
- timestamp: datetime#
Time at which
statuswas reached.
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Inheritance
