
Dataset versions with file manifests and quality metrics.
What you see
The quality report
Computed once, at push time, over the full dataset — sampled only for very large ones. It counts what a machine can count and does not pretend to judge content.Protected datasets
A dataset can be governed so that a trainer may use it without being able to read it. On such a dataset the console shows identity, version, schema, lineage and authorisation state — and no preview, no sample records, and no download. That is enforced on the server, not by hiding buttons. Logs, validation samples and artifacts are covered by the same policy, so they cannot become an alternative export path.What you can do
- Reference a version in a config or with
--train-dataset. - Push a new version with
sf dataset push. - Check quality before pushing with
sf dataset checkandsf dataset quality.