ray.data.DatasetPipeline.show_windows#

DatasetPipeline.show_windows(limit_per_dataset: int = 10) None[source]#

Print up to the given number of records from each window/dataset.

This is helpful as a debugging tool for understanding the structure of dataset pipelines.

Parameters

limit_per_dataset – Rows to print per window/dataset.