Share via


SynapseAttachConfiguration Class

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

Constructor

SynapseAttachConfiguration(linked_service, type, pool_name)

Parameters

Name Description
linked_service
Required
type
Required
pool_name
Required

Methods

validate_configuration

Check that the specified configuration values are valid.

Raises a ComputeTargetException if validation fails.

validate_configuration

Check that the specified configuration values are valid.

Raises a ComputeTargetException if validation fails.

validate_configuration()

Exceptions

Type Description