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_docstrYaml configuration document. lintboolInstantiate Manager only to lint config. Disables debug logging. psutil_profilingboolUse psutil to profile CPU and memory usage. Returns: managerManagerInstantiated pipeline manager.