Bulk create evaluations
Bulk create evaluations
application/json
Request Body required
- Array [
- ]
data object[] required
note string
Optionally add a note to the evaluation
evaluatorId uuid required
The ID of the evaluator. The evaluator and run must be in the same pipeline.
runId uuid required
The ID of the run. The evaluator and run must be in the same pipeline.
evalLabel string
If the evaluator output type is an enum, the label of the enum value.
evalValue number
If the evaluator output type is a percentage, a number between 0 and 1 representing the percentage.
Responses
- 200
- 400
- 500
Evaluations created successfully
application/json
application/json; charset=utf-8
Schema
Example (from schema)
Schema
count number required
{ "count": 0 }
Schema
Example (from schema)
Schema
count number required
{ "count": 0 }
Bad request
Server error
Loading...