Log an external generation to an evaluation run for a datapoint.
The run must have status ‘running’.
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 datapoint for which a log was generated. Must be one of the datapoints in the dataset being evaluated.
The log generated for the datapoint.
Successful Response
String ID of logged datapoint. Starts with data_
.
String ID of project the datapoint belongs to. Starts with pr_
.
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_
.