Skip to main content

export_labels_jsonl

Function export_labels_jsonl 

Source
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).