Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureMLLinkedService

Package version

Azure ML Studio Web Service linked service.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional annotations

annotations: any[]

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

apiKey

The API key for accessing the Azure ML model endpoint.

Optional connectVia

The integration runtime reference.

Optional description

description: undefined | string

Linked service description.

Optional encryptedCredential

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

mlEndpoint: any

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

Optional parameters

parameters: undefined | {}

Parameters for linked service.

Optional servicePrincipalId

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).

Optional servicePrincipalKey

servicePrincipalKey: SecretBaseUnion

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

Optional tenant

tenant: any

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

type

type: "AzureML"

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

Optional updateResourceEndpoint

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