judges_replay
Create a scoring run for the current judge over a dataset's existing outputs (wraps runs_create with prompt_id omitted and output_column supplied). This only sets up the run; call runs_generate to actually re-judge the outputs so you can compare against human verdicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| metric_id | Yes | ||
| dataset_id | Yes | ||
| judge_model | Yes | ||
| output_column | No | Dataset column with the existing outputs to grade. Defaults to actual_output. |