A map of an experiment runId to the run

interface ExperimentRunsMap {
    runs: Record<string, ExperimentRun>;
}

Hierarchy (View Summary)

Properties

Properties

runs: Record<string, ExperimentRun>