interface EvalMetricResult {
    metricName: string;
    threshold: number;
    judgeModelOptions?: JudgeModelOptions;
    score?: number;
    evalStatus: EvalStatus;
}

Hierarchy (view full)

Properties

metricName: string
threshold: number
judgeModelOptions?: JudgeModelOptions
score?: number
evalStatus: EvalStatus