pipeline_runner module

class pipeline_runner.ExecutionType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: Enum

PYTHON = 2
SHELL = 1
__module__ = 'pipeline_runner'
pipeline_runner.main(cfg: HFEConfig)[source]
pipeline_runner.standalone_execution_sequential(cfg: HFEConfig)[source]

Executes the pipeline in a standalone, sequential manner.

Parameters:

cfg (HFEConfig) – Configuration object containing all necessary settings.

Returns:

None