Skip to main content

Module event

Module event 

Source
Expand description

Runtime lifecycle events — emitted during plan execution.

Events track run/node/study/trial state transitions and are broadcast via the runtime’s EventBus for observability and debugging.

Structs§

MetricRecord
A metric measurement reported during training.
PlanSummary
Summary of a compiled plan (for event payloads without the full plan).

Enums§

Event
Structured events emitted during execution at three levels.

Type Aliases§

RunId
Unique identifier for a pipeline run.
StudyId
Unique identifier for an optimization study.
TrialId
Unique identifier for a trial within a study.