pipeline_run_helper 模块

用于执行 AutoML 管道拟合的帮助程序方法。

PipelineRunOutput

用于封装调用 run_pipeline 时的返回值的数据类。

函数

run_pipeline

使用给定的设置和上下文运行管道。

run_pipeline(control_settings: azureml.automl.runtime._runtime_params.ExperimentControlSettings, resource_settings: azureml.automl.runtime._runtime_params.ExperimentResourceSettings, automl_pipeline: azureml.automl.runtime.automl_pipeline.AutoMLPipeline, automl_run_context: azureml.automl.runtime.automl_run_context.AutoMLAbstractRunContext, iteration_timeout_min: Optional[int]) -> azureml.automl.runtime.pipeline_run_helper.PipelineRunOutput

参数

pipeline_run_params
必需

要用于此作业的设置对象。

automl_pipeline
必需

要用于此作业的管道定义。

automl_run_context
必需

要用于此作业的运行上下文。

iteration_timeout_min
必需

此作业可能需要的时间上限。 传递 None 会禁用超时。

iteration_timeout_min

返回

包含结果的 PipelineRunOutput 对象