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_name
os.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
- file_name
- Returns:
- manager
Manager Instantiated pipeline manager.
- manager