Key Capabilities
- Create datasets from Python dicts or pandas DataFrames
- Automatic versioning on updates
- Efficient bulk operations via Arrow Flight for large datasets
- Cache datasets locally for faster experiment iteration
List Datasets
List all datasets in a space with optional pagination.Create a Dataset
Create a new dataset with examples for evaluation or experimentation.Get a Dataset
Retrieve a specific dataset by its ID.Delete a Dataset
Delete a dataset by ID. This operation is irreversible. There is no response from this call.List Dataset Examples
Retrieve examples from a dataset with pagination support.Append Dataset Examples
Add new examples to an existing dataset. Examples are appended to the latest dataset version by default.id, created_at, updated_at) in your examples. These are automatically generated by the server.
Learn more: Datasets Documentation