HyperDriveStepRun 类

管理、检查状态并检索 HyperDriveStep 管道步骤的运行详细信息。

HyperDriveStepRun 提供 HyperDriveRun 的功能(具有 StepRun 的额外支持)。 通过 HyperDriveStepRun 类,可以管理、检查状态和检索 HyperDrive 运行及其生成的每个子运行的运行详细信息。 StepRun 类使你能够在提交父管道运行并且管道已提交步骤运行后执行此操作。

初始化 HyperDriveStepRun。

HyperDriveStepRun 提供 HyperDriveRun 的功能(具有 StepRun 的额外支持)。 HyperDriveRun 类使你能够管理、检查状态,以及检索 HyperDrive 运行及其生成的每个子运行的运行详细信息。 StepRun 类使你能够在提交父管道运行并且管道已提交步骤运行后执行此操作。

继承
azureml.train.hyperdrive.run.HyperDriveRun
HyperDriveStepRun

构造函数

HyperDriveStepRun(step_run)

参数

名称 说明
step_run
必需

通过提交管道创建的步骤运行对象。

step_run
必需

通过提交管道创建的步骤运行对象。