Datasets
Create a dataset
POST
/
datasets
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Name of the project associated with this dataset like New Project
Name of the dataset
A description for the dataset
What the dataset is to be used for - "evaluation" (default) or "fine-tuning"
Available options:
evaluation
, fine-tuning
List of unique datapoint ids to be included in this dataset
List of unique evaluation run ids to be associated with this dataset
The type of data included in the dataset - "event" (default) or "session"
Available options:
event
, session
Any helpful metadata to track for the dataset