Share via


batch Module

Contains functionality for managing Batch compute targets in Azure Machine Learning.

Classes

BatchAttachConfiguration

Represents configuration parameters for attaching BatchCompute targets.

Use the attach_configuration method of the BatchCompute class to specify attach parameters.

Initialize the configuration object.

BatchCompute

Manages a Batch compute target in Azure Machine Learning.

Azure Batch is used to run large-scale parallel and high-performance computing (HPC) applications efficiently in the cloud. BatchCompute is used in Azure Machine Learning Pipelines to submit jobs to an Azure Batch pool of machines using an AzureBatchStep. For more information, see What are compute targets in Azure Machine Learning?

Class ComputeTarget constructor.

Retrieve a cloud representation of a Compute object associated with the provided workspace. Returns an instance of a child class corresponding to the specific type of the retrieved Compute object.