ray.data.DatasetPipeline.stats#

DatasetPipeline.stats(exclude_first_window: bool = True) str[source]#

Returns a string containing execution timing information.

Parameters

exclude_first_window – Whether to exclude the first window from the pipeline time breakdown. This is generally a good idea since there is always a stall waiting for the first window to be initially computed, which can be misleading in the stats.