from_yaml_str#

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

Initialize the pipeline from a YAML configuration string.

Parameters:
yaml_docstr

Yaml configuration document.

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.