1 collect_vin_offline_dataset_stats
data_handling.collect_vin_offline_dataset_stats(store, *, max_samples=512)Collect coverage, shape, RRI, and memory diagnostics for a VIN store.
1.1 Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| store | VinOfflineStoreConfig | Immutable VIN offline store to inspect. | required |
| max_samples | int | None | Optional cap on rows scanned for per-sample tensor stats. None scans the whole store. |
512 |
1.2 Returns
| Name | Type | Description |
|---|---|---|
| VinOfflineDatasetStats | Store-level diagnostics suitable for tests, CLI output, or Streamlit. |