[Index]
Record of a single anomaly detection execution run. Tracks timing, status, anomaly counts, and an optional LLM-generated markdown findings report for non-ML-expert admins.
| Title | Description | Details | |||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Run Details | Group Assigned by FDP |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Detection Config * | Reference to the AnomalyDetectionConfig that was executed |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Status * | Outcome of the detection run |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Started At * | Timestamp when the detection run began |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Detection Duration (ms) | Pipeline execution time in milliseconds up to and including anomaly persistence |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Total Duration (ms) | Total execution time in milliseconds including optional LLM summarization |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Anomalies Created | Number of new anomaly records created during this run |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Anomalies Suppressed | Number of duplicate anomalies that incremented existing occurrence counts instead of creating new records |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Error Code | Error code when the run fails or partially fails. Null on successful runs. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Expires At * | Datetime when this run record is eligible for automatic purge. Computed at creation as started_at + run_summary_retention_days from the config. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Findings | Group Assigned by FDP |
|
|||||||||||||||||||||||||||||||||||||||||||||||
| Findings | LLM-generated markdown findings from the detection run for non-ML-expert admins. Null when summarization step is suppressed or fails. |
|
|||||||||||||||||||||||||||||||||||||||||||||||