[Index]

Model: data/AnomalyDetectionRun

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.

Model Details: data/AnomalyDetectionRun

Title Description Details
Run Details Group Assigned by FDP
  • Field Name: Run Details
  • Type: Object
Detection Config * Reference to the AnomalyDetectionConfig that was executed
  • Field Name: Run Details.detection_config
  • Type: String
  • Target: data/AnomalyDetectionConfig
  • Target attr: name
  • MaxLength: 1024
  • Format: uri
Status * Outcome of the detection run
  • Field Name: Run Details.status
  • Type: String
  • MaxLength: 1024
  • Choices: ["In Progress", "Success", "Failed", "Partial"]
Started At * Timestamp when the detection run began
  • Field Name: Run Details.started_at
  • Type: String
  • MaxLength: 1024
  • Format: date-time
Detection Duration (ms) Pipeline execution time in milliseconds up to and including anomaly persistence
  • Field Name: Run Details.detection_duration_ms
  • Type: Integer
Total Duration (ms) Total execution time in milliseconds including optional LLM summarization
  • Field Name: Run Details.total_duration_ms
  • Type: Integer
Anomalies Created Number of new anomaly records created during this run
  • Field Name: Run Details.anomalies_created
  • Type: Integer
Anomalies Suppressed Number of duplicate anomalies that incremented existing occurrence counts instead of creating new records
  • Field Name: Run Details.anomalies_suppressed
  • Type: Integer
Error Code Error code when the run fails or partially fails. Null on successful runs.
  • Field Name: Run Details.error_code
  • Type: String
  • MaxLength: 1024
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.
  • Field Name: Run Details.expires_at
  • Type: String
  • MaxLength: 1024
  • Format: date-time
Findings Group Assigned by FDP
  • Field Name: Findings
  • Type: Object
Findings LLM-generated markdown findings from the detection run for non-ML-expert admins. Null when summarization step is suppressed or fails.
  • Field Name: Findings.findings
  • Type: String
  • MaxLength: 524288