batch 模块

包含用于在 Azure 机器学习中管理 Batch 计算目标的功能。

BatchAttachConfiguration

表示用于附加 BatchCompute 目标的配置参数。

使用 BatchCompute 类的 attach_configuration 方法指定附加参数。

初始化配置对象。

BatchCompute

在 Azure 机器学习中管理 Batch 计算目标。

Azure Batch 用于在云中高效运行大规模并行高性能计算 (HPC) 应用程序。 可以在 Azure 机器学习管道中使用 BatchCompute,以使用 AzureBatchStep 将作业提交到 Azure Batch 计算机池。 有关详细信息,请参阅什么是 Azure 机器学习中的计算目标?

类 ComputeTarget 构造函数。

检索与提供的工作区关联的 Compute 对象的云表示形式。 返回与检索的 Compute 对象的特定类型对应的子类的实例。