Interface ComparisonEvaluationResult

interface ComparisonEvaluationResult {
    key: string;
    scores: Record<string, ScoreType>;
    source_run_id?: string;
}

Properties

key: string
scores: Record<string, ScoreType>
source_run_id?: string