dd-trace
    Preparing search index...

    Interface ExperimentResultRow

    interface ExperimentResultRow {
        durationNs: number;
        errorMessage: string | null;
        errorType: string | null;
        evaluationErrors: Record<string, string>;
        evaluations: Record<string, JSONType>;
        expectedOutput: JSONType;
        index: number;
        input: JSONType;
        isError: boolean;
        output: JSONType;
        spanId: string;
        startNs: number;
        traceId: string;
    }
    Index
    durationNs: number
    errorMessage: string | null
    errorType: string | null
    evaluationErrors: Record<string, string>
    evaluations: Record<string, JSONType>
    expectedOutput: JSONType
    index: number
    input: JSONType
    isError: boolean
    output: JSONType
    spanId: string
    startNs: number
    traceId: string