Arize Phoenix TS
    Preparing search index...

    The result of running an experiment on a single example

    interface ExperimentRun {
        datasetExampleId: string;
        endTime: Date;
        error: string | null;
        experimentId: string;
        id: string;
        output?: string | number | boolean | object | null;
        startTime: Date;
        traceId: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    datasetExampleId: string
    endTime: Date
    error: string | null
    experimentId: string

    What experiment the run belongs to

    id: string
    output?: string | number | boolean | object | null
    startTime: Date
    traceId: string | null