Learn how to create and manage datasets for use in your experiments with our SDKs
input
- Input variables that can be passed to your application to recreate a test case.output
- Reference outputs to evaluate your application. These can be the ground truth for BLEU, ROUGE, and Ground Truth Adherence metrics, or reference outputs for manual reference.metadata
- Additional data you can use to filter or group your dataset.create_dataset
Python SDK docs or createDataset
TypeScript SDK docs for more details.
get_dataset
Python SDK docs or getDataset
TypeScript SDK docs for more details.
add_rows
Python SDK docs or addRowsToDataset
TypeScript SDK docs for more details.
list_datasets
Python SDK docs or getDatasets
TypeScript SDK docs for more details.
delete_dataset
Python SDK docs or deleteDataset
TypeScript SDK docs for more details.
get_dataset_version_history
Python SDK docs for more details.