Share via


synapse Module

Manages Synapse compute targets in Azure Machine Learning service.

Classes

SynapseAttachConfiguration

Represents configuration parameters for attaching SynapseCompute targets.

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

Initialize the configuration object.

:param linked_service:. :type linked_service: azureml.core.LinkedService :param type: compute target type, currently only support SynapseSpark :type type: str :param pool_name: Name of the resource group in which Synapse spark pool is located. :type pool_name: str

SynapseCompute

Note

This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.

Manages an Synapse compute target in Azure Machine Learning. Currently it only supports spark.

Azure Synapse is an integrated analytics service that accelerates time to insight across data warehouses and big data analytics systems. At its core, Azure Synapse brings together the best of SQL technologies used in enterprise data warehousing, Spark technologies used for big data, and Pipelines for data integration and ETL/ELT. For more information, see What is an Synapse spark pool instance?.

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.