Arize Phoenix TS
    Preparing search index...

    A uniquely identifiable node in Phoenix

    interface ExperimentEvaluationRun {
        annotatorKind: "LLM" | "CODE" | "HUMAN";
        endTime: Date;
        error: string | null;
        experimentRunId: string;
        id: string;
        name: string;
        result: EvaluationResult | null;
        startTime: Date;
        traceId: string | null;
    }

    Hierarchy (View Summary)

    • Node
      • ExperimentEvaluationRun
    Index

    Properties

    annotatorKind: "LLM" | "CODE" | "HUMAN"
    endTime: Date
    error: string | null
    experimentRunId: string
    id: string
    name: string

    THe name of the evaluation

    result: EvaluationResult | null
    startTime: Date
    traceId: string | null

    The trace id of the evaluation This is null if the trace is deleted or never recorded