Function stage::get_pipeline¶
Defined in File stage.py
Function Documentation¶
- stage.get_pipeline(src_mechanism='fs')¶
Factory method to return the pipeline mechanism for the given source entry point Args: src_mechanism: The entry mechanism to read data from. Returns: A Pipeline class to start the stage AMS service