from_yaml_file#

classmethod caput.pipeline.Manager.from_yaml_file(file_name, lint=False, psutil_profiling=False)[source]#

Initialize the pipeline from a YAML configuration file.

Parameters:
file_nameos.PathLike

Path to YAML pipeline configuration file.

lintbool

Instantiate Manager only to lint config. Disables debug logging.

psutil_profilingbool

Use psutil to profile CPU and memory usage

Returns:
managerManager

Instantiated pipeline manager.