interface IncompleteEvaluation {
    datasetExample: ExampleWithId;
    evaluationNames: string[];
    experimentRun: ExperimentRun;
}

Properties

datasetExample: ExampleWithId

The dataset example for this run

evaluationNames: string[]

List of evaluation names that are incomplete (either missing or failed)

experimentRun: ExperimentRun

The experiment run with incomplete evaluations