{{ formatLatestRingValue(latestEvaluation) }}
{{ getRunName(latestEvaluation) }}
{{ getStatusText(latestEvaluation.status) }}
{{ getDatasetName(latestEvaluation.dataset_id) }} ·
{{ formatTime(latestEvaluation.started_at) }} ·
Run {{ latestEvaluation.run_id }}
{{
getRunProgressMessage(latestEvaluation)
}}
Recall@10
{{ formatMetricValue(getRecall10(latestEvaluation)) }}
耗时
{{ formatRunDuration(latestEvaluation) }}
数据量
{{ formatRunItems(latestEvaluation) }}
完成率
{{ formatCompletionRate(latestEvaluation) }}