databricks Module
Contains functionality for managing Databricks compute targets in Azure Machine Learning.
Classes
DatabricksAttachConfiguration |
Represents configuration parameters for attaching DatabricksCompute targets. Use the attach_configuration method of the DatabricksCompute class to specify attach parameters. Initialize the configuration object. |
DatabricksCompute |
Manages a Databricks compute target in Azure Machine Learning. Azure Databricks is an Apache Spark-based environment in the Azure cloud. It can be used as a compute target with an Azure Machine Learning pipeline. 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. |