pub fn export_labels_jsonl(
labels: &[LabeledAnomaly],
path: &Path,
_config: &LabelExportConfig,
) -> LabelExportResult<usize>Expand description
Exports anomaly labels to a JSON Lines file (one JSON object per line).
pub fn export_labels_jsonl(
labels: &[LabeledAnomaly],
path: &Path,
_config: &LabelExportConfig,
) -> LabelExportResult<usize>Exports anomaly labels to a JSON Lines file (one JSON object per line).