A uniquely identifiable node in Phoenix

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

Hierarchy (View Summary)

  • Node
    • ExperimentEvaluationRun

Properties

annotatorKind: AnnotatorKind
endTime: Date
error: null | string
experimentRunId: string
id: string
name: string

THe name of the evaluation

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

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