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

interface ExperimentInfo {
    datasetId: string;
    datasetVersionId: string;
    id: string;
    metadata: Record<string, unknown>;
    projectName: string;
}

Hierarchy (View Summary)

Properties

datasetId: string
datasetVersionId: string
id: string
metadata: Record<string, unknown>

Metadata about the experiment as an object of key values e.x. model name

projectName: string

The project under which the experiment task traces are recorded