Result
Log an evaluation result to an evaluation run.
The run must have status ‘running’. One of result
or error
must be provided.
Path parameters
evaluation_id
ID of the evaluation run. Starts with evrun_
.
Headers
X-API-KEY
Query parameters
evaluatee_id
String ID of evaluatee version to return. If not defined, the first evaluatee will be returned. Starts with evv_
.
Request
This endpoint expects an object.
log_id
The log that was evaluated. Must have as its source_datapoint_id
one of the datapoints in the dataset being evaluated.
evaluator_id
ID of the evaluator that evaluated the log. Starts with evfn_
. Must be one of the evaluator IDs associated with the evaluation run being logged to.
result
The result value of the evaluation.
error
An error that occurred during evaluation.
Response
Successful Response
id
evaluator_id
evaluator_version_id
log_id
updated_at
created_at
evaluation_id
log
Request model for logging a datapoint.
version_id
version
value
error
evaluator_log
Request model for logging a datapoint.