1 VinOracleDatasetBase
data_handling.VinOracleDatasetBase()Shared interface for datasets that yield VinOracleBatch.
1.1 Attributes
| Name | Description |
|---|---|
| is_map_style | Whether the dataset is map-style (supports random access + batching). |
Shared interface for datasets that yield VinOracleBatch.
| Name | Description |
|---|---|
| is_map_style | Whether the dataset is map-style (supports random access + batching). |
# VinOracleDatasetBase { #aria_nbv.data_handling.VinOracleDatasetBase }
```python
data_handling.VinOracleDatasetBase()
```
Shared interface for datasets that yield `VinOracleBatch`.
## Attributes
| Name | Description |
| --- | --- |
| [is_map_style](#aria_nbv.data_handling.VinOracleDatasetBase.is_map_style) | Whether the dataset is map-style (supports random access + batching). |