Append To Evaluation Dataset
Append to an existing evaluation Dataset
.
Create a new version of the dataset by appending content to the Dataset
and validating against its schema.
File schema for dataset_type
evaluation_set
is a CSV file or a JSONL file where each line is one JSON object. The following keys are required:
-
prompt
(string
): Prompt or question -
reference
(string
): Reference or ground truth response
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Agent ID associated with the evaluation dataset
Name of the evaluation dataset to append to
Body
Type of evaluation dataset which determines its schema and validation rules. Must match the dataset_type
used at dataset creation time.
tuning_set
, evaluation_set
, evaluation_set_prediction
, evaluation_run_result
JSONL or CSV file containing the entries to append to the evaluation dataset
Response
Response to POST /datasets request
Version number of the dataset
Name of the dataset
Type of the dataset
tuning_set
, evaluation_set
, evaluation_set_prediction
, evaluation_run_result
Was this page helpful?