Reference
Classes
Core classes
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.validate()
-
Check that the pipeline is correctly configured.
- Pipeline.reset()
-
Clear all steps from the pipeline.
- Pipeline.summary()
-
Return a summary of the pipeline.
Dataclasses
Data-holding classes
- Result
-
The result of a pipeline execution.
Enumerations
Enum types
- Status
-
Pipeline execution status.
Functions
Public functions
- run_pipeline()
-
High-level function to create and run a pipeline.
- validate_config()
-
Validate a configuration object.
- format_output()
-
Format a result for display.
- parse_input()
-
Parse raw input into a structured dict.
- helper_a()
-
A general-purpose helper function.
- helper_b()
-
Another general-purpose helper.