Arize Phoenix TS
    Preparing search index...
    interface IncompleteEvaluation {
        datasetExample: ExampleWithId;
        evaluationNames: string[];
        experimentRun: ExperimentRun;
    }
    Index

    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