Pipeline
The Pipeline class is the main orchestrator for executing sequences of processing stages in NeMo Curator.
Import
Class Definition
Methods
add_stage()
Add a stage to the pipeline.
build()
Build an execution plan from the pipeline. Decomposes composite stages into execution stages and updates the pipeline in place.
run()
Execute the pipeline. Calls build() before execution.
describe()
Get a detailed description of the pipeline.