Update Evaluation Run
Update an Evaluation Run.
Specify control=true
to use this Run as the control Run for the Evaluation.
You can cancel a running/pending Run, or mark a Run that uses external or human Evaluators as completed.
Path parameters
id
Unique identifier for Evaluation.
run_id
Unique identifier for Run.
Headers
X-API-KEY
Request
This endpoint expects an object.
control
If True
, this Run will be used as the control in the Evaluation. Stats for other Runs will be compared to this Run. This will replace any existing control Run.
status
Used to set the Run to cancelled
or completed
. Can only be used if the Run is currently pending
or running
.
Allowed values:
Response
Successful Response
id
Unique identifier for the Run.
orchestrated
Whether the Run is orchestrated by Humanloop.
added_at
When the Run was added to the Evaluation.
created_at
When the Run was created.
status
The status of the Run.
Allowed values:
control
Stats for other Runs will be displayed in comparison to the control Run.
dataset
The Dataset used in the Run.
version
The version used in the Run.
created_by
The User who created the Run.