Expand description
Loading, discovery, caching, and subsetting for converted dataset bundles.
The bundle format is specified in the repository’s dataset_spec.md.
DatasetLoader is strictly local and never performs network access or
source-specific conversion. DatasetRegistry adds explicit registry
access, verified downloads, and managed caching for callers that opt in.
Structs§
- Dataset
- A validated dataset loaded from a bundle conforming to
dataset_spec.md. - Dataset
Archive - Immutable compressed bundle information from a registry entry.
- Dataset
Citation - Preferred citation metadata from a registry entry.
- Dataset
License - License metadata from a registry entry.
- Dataset
Listing - A registry entry annotated with its current managed-cache status.
- Dataset
Loader - Loads an already-converted dataset bundle from a local directory.
- Dataset
Manifest - The
dataset.jsonentry point defined bydataset_spec.md. - Dataset
Registry - Registry client with verified downloads and a managed local cache.
- Dataset
Registry Document - Strict versioned dataset registry document.
- Dataset
Registry Entry - One current immutable dataset version advertised by a registry.
- Dataset
Source - Original-source provenance from a registry entry.
- Dataset
Subset - Dataset
Subset Builder - Rect
Enums§
Constants§
- DATASET_
CACHE_ DIR_ ENV - Environment variable overriding the platform dataset cache directory.
- DATASET_
FORMAT_ VERSION - Current version of the language-neutral dataset bundle format.
- DATASET_
REGISTRY_ URL_ ENV - Environment variable overriding
DEFAULT_DATASET_REGISTRY_URL. - DATASET_
REGISTRY_ VERSION - Registry document version understood by this release.
- DEFAULT_
DATASET_ REGISTRY_ URL - Default registry source used when no API or environment override is set.
Functions§
- open_
dataset - Opens a registry dataset using environment and platform defaults.