Datasets API
Datasets are tabular, image, spectral, time-series, or mixed-format data files linked to a lab’s experiments. Each dataset has a version history and can be published to HuggingFace via the lab’s publish pipeline.List Datasets
string
required
Convex ID of the lab.
object[]
required
All datasets for the lab.
Create Dataset
string
required
Convex lab ID.
string
required
Dataset name.
string
required
File format (e.g.,
parquet, fits).string
Human-readable description.
number
Row/sample count.
number
File size in bytes.
string
Type classification. One of
tabular, image, text, spectral, timeseries, mixed.string
Convex experiment ID to link.
string
required
New dataset Convex ID.
string
Initial version (
v1.0).