Share via


kusto Module

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

Classes

KustoAttachConfiguration

Represents configuration parameters for attaching KustoCompute targets.

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

Initialize the configuration object.

KustoCompute

Manages a Kusto compute target in Azure Machine Learning.

Kusto, also known as Azure Data Explorer, can be used as a compute target with an Azure Machine Learning pipeline. The compute target holds the Kusto connection string and service principal credentials used to access the target Kusto cluster.

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.