AzureMLServiceLinkedServiceResponse

data class AzureMLServiceLinkedServiceResponse(val annotations: List<Any>? = null, val authentication: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val mlWorkspaceName: Any, val parameters: Map<String, ParameterSpecificationResponse>? = null, val resourceGroupName: Any, val servicePrincipalId: Any? = null, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val subscriptionId: Any, val tenant: Any? = null, val type: String, val version: String? = null)

Azure ML Service linked service.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, authentication: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, mlWorkspaceName: Any, parameters: Map<String, ParameterSpecificationResponse>? = null, resourceGroupName: Any, servicePrincipalId: Any? = null, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, subscriptionId: Any, tenant: Any? = null, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard
val authentication: Any? = null

Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string).

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard

Azure ML Service workspace name. Type: string (or Expression with resultType string).

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Azure ML Service workspace resource group name. Type: string (or Expression with resultType string).

Link copied to clipboard
val servicePrincipalId: Any? = null

The ID of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline. Type: string (or Expression with resultType string).

Link copied to clipboard

The key of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline.

Link copied to clipboard

Azure ML Service workspace subscription ID. Type: string (or Expression with resultType string).

Link copied to clipboard
val tenant: Any? = null

The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).

Link copied to clipboard

Type of linked service. Expected value is 'AzureMLService'.

Link copied to clipboard
val version: String? = null

Version of the linked service.