spdl.pipeline.defs.Disaggregate¶
- Disaggregate() PipeConfig[Any, Any] [source]¶
Create a
PipeConfig
object for disaggregation.The disaggregate slices the incoming list of items and yield them one by one.
- Returns:
The config object.
Create a PipeConfig
object for disaggregation.
The disaggregate slices the incoming list of items and yield them one by one.
The config object.