aistore.pytorch.iter_dataset
aistore.pytorch.iter_dataset
Iterable Dataset for AIS
Copyright (c) 2024-2025, NVIDIA CORPORATION. All rights reserved.
Module Contents
Classes
API
Bases: AISBaseIterDataset
An iterable-style dataset that iterates over objects in AIS and yields
samples represented as a tuple of object_name (str) and object_content (bytes).
If etl_name is provided, that ETL must already exist on the AIStore cluster.
Parameters:
ais_source_list
Single or list of AISSource objects to load data
prefix_map
Map of AISSource objects to list of prefixes that only allows
etl_name
Optional ETL on the AIS cluster to apply to each object
show_progress
Enables console dataset reading progress indicator