ray.data.Dataset.stats
ray.data.Dataset.stats#
- Dataset.stats() str [source]#
Returns a string containing execution timing information.
Note
This operation will trigger execution of the lazy transformations performed on this dataset.
Note that this does not trigger execution, so if the dataset has not yet executed, an empty string will be returned.