Interface RunEvent

All Known Implementing Classes:
AdaptiveActionEvent, CheckpointSavedEvent, IterationCompletedEvent, RunCompletedEvent, RunFailedEvent, RunResumedEvent, RunStartedEvent, RunStoppedEvent

public interface RunEvent
Marker interface for all run lifecycle events.
  • Method Summary

    Modifier and Type
    Method
    Description
    Run identifier.
    Event timestamp.
    Event type for structured logging.
  • Method Details

    • runId

      String runId()
      Run identifier.
    • timestamp

      Instant timestamp()
      Event timestamp.
    • type

      String type()
      Event type for structured logging.