pipeline_from_path

pipeline_from_path(path: str | Path, **kwargs) PipelineResult[source]

使用给定路径中的JSON/YAML文件中的配置运行管道。

Parameters:
Returns:

在给定配置上运行管道的结果。

Return type:

PipelineResult