An experiment is a set of task runs on a dataset version

interface Experiment {
    datasetId: string;
    datasetVersionId: string;
    id: string;
    projectName: string;
    repetitions: number;
}

Hierarchy (View Summary)

Properties

datasetId: string
datasetVersionId: string
id: string
projectName: string

The project under which the experiment task traces are recorded

repetitions: number