AzureMLLinkedService |
AzureMLLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
AzureMLLinkedService |
AzureMLLinkedService.withApiKey(SecretBase apiKey) |
Set the apiKey property: The API key for accessing the Azure ML model endpoint.
|
AzureMLLinkedService |
AzureMLLinkedService.withAuthentication(Object authentication) |
Set the authentication property: Type of authentication (Required to specify MSI) used to connect to AzureML.
|
AzureMLLinkedService |
AzureMLLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
AzureMLLinkedService |
AzureMLLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
AzureMLLinkedService |
AzureMLLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
AzureMLLinkedService |
AzureMLLinkedService.withMlEndpoint(Object mlEndpoint) |
Set the mlEndpoint property: The Batch Execution REST URL for an Azure ML Studio Web Service endpoint.
|
AzureMLLinkedService |
AzureMLLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
AzureMLLinkedService |
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 |
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 |
AzureMLLinkedService.withTenant(Object tenant) |
Set the tenant property: The name or ID of the tenant to which the service principal belongs.
|
AzureMLLinkedService |
AzureMLLinkedService.withUpdateResourceEndpoint(Object updateResourceEndpoint) |
Set the updateResourceEndpoint property: The Update Resource REST URL for an Azure ML Studio Web Service
endpoint.
|