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.
run()
Execute the pipeline.
describe()
Get a detailed description of the pipeline.