ray.data.random_access_dataset.RandomAccessDataset.get_async#

RandomAccessDataset.get_async(key: Any) ObjectRef[Any][source]#

Asynchronously finds the record for a single key.

Parameters:

key – The key of the record to find.

Returns:

ObjectRef containing the record (in pydict form), or None if not found.