Class AzureMLLinkedServiceTypeProperties


  • public final class AzureMLLinkedServiceTypeProperties
    extends Object
    Azure ML Studio Web Service linked service properties.
    • Constructor Detail

      • AzureMLLinkedServiceTypeProperties

        public AzureMLLinkedServiceTypeProperties()
    • Method Detail

      • 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 AzureMLLinkedServiceTypeProperties 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 AzureMLLinkedServiceTypeProperties 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 AzureMLLinkedServiceTypeProperties 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 AzureMLLinkedServiceTypeProperties 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 AzureMLLinkedServiceTypeProperties 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 AzureMLLinkedServiceTypeProperties 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 AzureMLLinkedServiceTypeProperties 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 AzureMLLinkedServiceTypeProperties 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 AzureMLLinkedServiceTypeProperties 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 AzureMLLinkedServiceTypeProperties 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 AzureMLLinkedServiceTypeProperties 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 AzureMLLinkedServiceTypeProperties 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 AzureMLLinkedServiceTypeProperties 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 AzureMLLinkedServiceTypeProperties 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 AzureMLLinkedServiceTypeProperties 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 AzureMLLinkedServiceTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.