ray.data.Dataset.is_cached#

Dataset.is_cached() bool[source]#

Returns whether this Dataset has been cached in memory.

This will return False if the output of its final stage hasn’t been computed yet.