Expand description
Anomaly label export functionality.
This module provides functions for exporting anomaly labels to various formats (CSV, JSON, JSON Lines) for ML training and audit purposes.
Structs§
- Flat
Anomaly Label - Flattened anomaly label for CSV export. This structure converts nested fields to flat columns for easier CSV handling.
- Label
Export Config - Configuration for label export.
- Label
Export Summary - Summary statistics for exported labels.
Enums§
- Label
Export Error - Error type for label export operations.
Functions§
- export_
labels_ all_ formats - Exports anomaly labels to multiple formats at once.
- export_
labels_ csv - Exports anomaly labels to a CSV file.
- export_
labels_ json - Exports anomaly labels to a JSON file (array format).
- export_
labels_ jsonl - Exports anomaly labels to a JSON Lines file (one JSON object per line).
Type Aliases§
- Label
Export Result - Result type for label export operations.