Expand description
High-level dataset management facade.
DatasetManager composes the existing IngestDb, DeleteDb, and AclDb
traits into a unified API matching the Python SDK’s datasets class.
Structs§
- Dataset
Manager - High-level facade for dataset CRUD operations.
Traits§
- Dataset
Db - Combined trait for dataset operations.