Package version:

Interface AzureMLLinkedService

Azure ML Studio Web Service linked service.

Hierarchy

Properties

annotations?: any[]

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

The API key for accessing the Azure ML model endpoint.

The integration runtime reference.

description?: string

Linked service description.

encryptedCredential?: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

mlEndpoint: any

The Batch Execution REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

Type declaration

servicePrincipalId?: any

The ID of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML Studio web service. Type: string (or Expression with resultType string).

servicePrincipalKey?: SecretBaseUnion

The key of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML Studio web service.

tenant?: any

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

type: "AzureML"

Polymorphic discriminator, which specifies the different types this object can be

updateResourceEndpoint?: any

The Update Resource REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).

Generated using TypeDoc