interface EvalMetric {
    metricName: string;
    threshold: number;
    judgeModelOptions?: JudgeModelOptions;
}

Hierarchy (view full)

Properties

metricName: string
threshold: number
judgeModelOptions?: JudgeModelOptions