Log
Log an external generation to an evaluation run for a datapoint.
The run must have status ‘running’.
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.
datapoint_id
The datapoint for which a log was generated. Must be one of the datapoints in the dataset being evaluated.
log
The log generated for the datapoint.
Response
Successful Response
id
String ID of logged datapoint. Starts with data_
.
project_id
String ID of project the datapoint belongs to. Starts with pr_
.
session_id
String ID of session the datapoint belongs to. Populated only if the datapoint was logged with session_id
or session_reference_id
, and is None
otherwise. Starts with sesh_
.