1 VinOracleOnlineDatasetConfig
data_handling.VinOracleOnlineDatasetConfig()Configuration for online oracle VIN datasets.
1.1 Attributes
| Name | Description |
|---|---|
| kind | Discriminator for online datasets. |
| target_type | Return the factory target for BaseConfig.setup_target. |
| paths | Project path resolver. |
| dataset | EFM dataset configuration used to stream raw snippets. |
| train_overrides | Optional field overrides applied for the train split. |
| val_overrides | Optional field overrides applied for val/test splits. |
| labeler | Oracle labeler configuration. |
| max_attempts_per_batch | Maximum oracle attempts before raising. |
| efm_keep_keys | Optional allowlist of EFM keys to keep in VIN batches. |
| prune_efm_snippet | Whether to prune EFM snippets before returning VIN batches. |
| verbosity | Verbosity level for dataset and labeler diagnostics. |
| is_map_style | Return whether this source yields a map-style dataset. |
1.2 Methods
| Name | Description |
|---|---|
| setup_target | Instantiate the online VIN dataset for the requested split. |
1.2.1 setup_target
data_handling.VinOracleOnlineDatasetConfig.setup_target(split)Instantiate the online VIN dataset for the requested split.