adla Module

Contains functionality for managing Azure Data Lake Analytics compute targets in Azure Machine Learning.

Classes

AdlaCompute

Manages an Azure Data Lake Analytics compute target in Azure Machine Learning.

Azure Data Lake Analytics is a big data analytics platform in the Azure cloud. It can be used as a compute target with an Azure Machine Learning pipelines. 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.

DataLakeAnalyticsAttachConfiguration

Represents configuration parameters for attaching AdlaCompute targets.

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

Initialize the configuration object.