Class AzureMLLinkedService
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.LinkedService
-
- com.azure.resourcemanager.datafactory.models.AzureMLLinkedService
-
public final class AzureMLLinkedService extends LinkedService
Azure ML Studio Web Service linked service.
-
-
Constructor Summary
Constructors Constructor Description AzureMLLinkedService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretBase
apiKey()
Get the apiKey property: The API key for accessing the Azure ML model endpoint.Object
authentication()
Get the authentication property: Type of authentication (Required to specify MSI) used to connect to AzureML.Object
encryptedCredential()
Get the encryptedCredential property: The encrypted credential used for authentication.Object
mlEndpoint()
Get the mlEndpoint property: The Batch Execution REST URL for an Azure ML Studio Web Service endpoint.Object
servicePrincipalId()
Get the servicePrincipalId property: The ID of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML Studio web service.SecretBase
servicePrincipalKey()
Get the servicePrincipalKey property: The key of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML Studio web service.Object
tenant()
Get the tenant property: The name or ID of the tenant to which the service principal belongs.Object
updateResourceEndpoint()
Get the updateResourceEndpoint property: The Update Resource REST URL for an Azure ML Studio Web Service endpoint.void
validate()
Validates the instance.AzureMLLinkedService
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.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
-
-
-
Method Detail
-
withConnectVia
public AzureMLLinkedService withConnectVia(IntegrationRuntimeReference connectVia)
Set the connectVia property: The integration runtime reference.- Overrides:
withConnectVia
in classLinkedService
- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the LinkedService object itself.
-
withDescription
public AzureMLLinkedService withDescription(String description)
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
public AzureMLLinkedService withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service.- Overrides:
withParameters
in classLinkedService
- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedService object itself.
-
withAnnotations
public AzureMLLinkedService withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service.- Overrides:
withAnnotations
in classLinkedService
- Parameters:
annotations
- the annotations value to set.- Returns:
- the LinkedService object itself.
-
mlEndpoint
public Object mlEndpoint()
Get the mlEndpoint property: The Batch Execution REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).- Returns:
- the mlEndpoint value.
-
withMlEndpoint
public AzureMLLinkedService withMlEndpoint(Object mlEndpoint)
Set the mlEndpoint property: The Batch Execution REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).- Parameters:
mlEndpoint
- the mlEndpoint value to set.- Returns:
- the AzureMLLinkedService object itself.
-
apiKey
public SecretBase apiKey()
Get the apiKey property: The API key for accessing the Azure ML model endpoint.- Returns:
- the apiKey value.
-
withApiKey
public AzureMLLinkedService withApiKey(SecretBase apiKey)
Set the apiKey property: The API key for accessing the Azure ML model endpoint.- Parameters:
apiKey
- the apiKey value to set.- Returns:
- the AzureMLLinkedService object itself.
-
updateResourceEndpoint
public Object updateResourceEndpoint()
Get the updateResourceEndpoint property: The Update Resource REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).- Returns:
- the updateResourceEndpoint value.
-
withUpdateResourceEndpoint
public AzureMLLinkedService withUpdateResourceEndpoint(Object updateResourceEndpoint)
Set the updateResourceEndpoint property: The Update Resource REST URL for an Azure ML Studio Web Service endpoint. Type: string (or Expression with resultType string).- Parameters:
updateResourceEndpoint
- the updateResourceEndpoint value to set.- Returns:
- the AzureMLLinkedService object itself.
-
servicePrincipalId
public Object servicePrincipalId()
Get the servicePrincipalId property: 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).- Returns:
- the servicePrincipalId value.
-
withServicePrincipalId
public 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. Type: string (or Expression with resultType string).- Parameters:
servicePrincipalId
- the servicePrincipalId value to set.- Returns:
- the AzureMLLinkedService object itself.
-
servicePrincipalKey
public SecretBase servicePrincipalKey()
Get the servicePrincipalKey property: The key of the service principal used to authenticate against the ARM-based updateResourceEndpoint of an Azure ML Studio web service.- Returns:
- the servicePrincipalKey value.
-
withServicePrincipalKey
public 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.- Parameters:
servicePrincipalKey
- the servicePrincipalKey value to set.- Returns:
- the AzureMLLinkedService object itself.
-
tenant
public Object tenant()
Get the tenant property: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).- Returns:
- the tenant value.
-
withTenant
public AzureMLLinkedService withTenant(Object tenant)
Set the tenant property: The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).- Parameters:
tenant
- the tenant value to set.- Returns:
- the AzureMLLinkedService object itself.
-
encryptedCredential
public Object encryptedCredential()
Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Returns:
- the encryptedCredential value.
-
withEncryptedCredential
public AzureMLLinkedService withEncryptedCredential(Object encryptedCredential)
Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Parameters:
encryptedCredential
- the encryptedCredential value to set.- Returns:
- the AzureMLLinkedService object itself.
-
authentication
public Object authentication()
Get the authentication property: Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string).- Returns:
- the authentication value.
-
withAuthentication
public AzureMLLinkedService withAuthentication(Object authentication)
Set the authentication property: Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string).- Parameters:
authentication
- the authentication value to set.- Returns:
- the AzureMLLinkedService object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-