ray.data.random_access_dataset.RandomAccessDataset.multiget#

RandomAccessDataset.multiget(keys: List[Any]) List[Any | None][source]#

Synchronously find the records for a list of keys.

Parameters:

keys – List of keys to find the records for.

Returns:

List of found records (in pydict form), or None for missing records.