The datasets functions are currently in BETA. The API may change without notice. A one-time warning is emitted on first use.
List Datasets
Create a Dataset
Get a Dataset
Update a Dataset
Rename a dataset. The new name must be unique within the space.
Delete a Dataset
List Dataset Examples
Append Examples
Update Dataset Examples
Annotate Dataset Examples
Write human annotations to a batch of examples in a dataset. Annotations are upserted by annotation config name for each example; submitting the same name for the same example overwrites the previous value. Up to 1000 examples may be annotated per request.
Delete Dataset Examples
Delete a batch of examples from a dataset version by their IDs. Examples are removed in place from the given version; no new version is created. The request is partial-tolerant and idempotent — re-submitting already-deleted IDs is safe. Between 1 and 1000 IDs per request.