Uses of Class
com.azure.resourcemanager.datafactory.models.AzureMLLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureMLLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureMLLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AzureMLLinkedService.withApiKey
(SecretBase apiKey) Set the apiKey property: The API key for accessing the Azure ML model endpoint.AzureMLLinkedService.withAuthentication
(Object authentication) Set the authentication property: Type of authentication (Required to specify MSI) used to connect to AzureML.AzureMLLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AzureMLLinkedService.withDescription
(String description) Set the description property: Linked service description.AzureMLLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.AzureMLLinkedService.withMlEndpoint
(Object mlEndpoint) Set the mlEndpoint property: The Batch Execution REST URL for an Azure ML Studio Web Service endpoint.AzureMLLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AzureMLLinkedService.withServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: The ID of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML Studio web service.AzureMLLinkedService.withServicePrincipalKey
(SecretBase servicePrincipalKey) Set the servicePrincipalKey property: The key of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML Studio web service.AzureMLLinkedService.withTenant
(Object tenant) Set the tenant property: The name or ID of the tenant to which the service principal belongs.AzureMLLinkedService.withUpdateResourceEndpoint
(Object updateResourceEndpoint) Set the updateResourceEndpoint property: The Update Resource REST URL for an Azure ML Studio Web Service endpoint.