Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

module niftyone.runner

Handles coordination to generate figure and extract metrics via workflow Runner.


class Runner

Runner class to process participants dynamically.

method Runner.__init__

__init__(
    figure_views: list[niftyone.figures.factory.View],
    out_dir: pathlib.Path,
    qc_dir: pathlib.Path | None,
    overwrite: bool
) → None

method Runner.create_figures

create_figures() → None

Generate figures from dataset.


method Runner.update_metrics

update_metrics() → None

Generate / update QC metrics for dataset.