Reference
Classes
Main classes provided by the package
- Pipeline
-
A data processing pipeline with many stages.
Pipeline Methods
Methods for the Pipeline class
- Pipeline.add_step()
-
Add a processing step.
- Pipeline.remove_step()
-
Remove a step by index.
- Pipeline.run()
-
Execute the pipeline.
- Pipeline.pause()
-
Pause pipeline execution.
- Pipeline.resume()
-
Resume pipeline execution.
- Pipeline.reset()
-
Reset pipeline to initial state.
- Pipeline.status()
-
Get pipeline status.
Functions
Utility functions
- create_pipeline()
-
Create a new pipeline.