Log an evaluation result to an evaluation run.
The run must have status ‘running’. One of result
or error
must be provided.
ID of the evaluation run. Starts with evrun_
.
String ID of evaluatee version to return. If not defined, the first evaluatee will be returned. Starts with evv_
.
The log that was evaluated. Must have as its source_datapoint_id
one of the datapoints in the dataset being evaluated.
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.
The result value of the evaluation.
An error that occurred during evaluation.
Successful Response
Request model for logging a datapoint.
Request model for logging a datapoint.