datafactory Module

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

Classes

DataFactoryAttachConfiguration

Represents configuration parameters for attaching DataFactoryCompute targets.

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

Initialize the configuration object.

DataFactoryCompute

Manages a DataFactory compute target in Azure Machine Learning.

Azure Data Factory is Azure's cloud ETL service for scale-out serverless data integration and data transformation. For more information, see Azure Data Factory.

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.

DataFactoryProvisioningConfiguration

Represents configuration parameters for provisioning DataFactoryCompute targets.

Use the provisioning_configuration method of the DataFactoryCompute class to specify provisioning parameters.

Create a configuration object for provisioning a DataFactory compute target.