Class AzureMachineLearningWebServiceFunctionBinding


  • public final class AzureMachineLearningWebServiceFunctionBinding
    extends FunctionBinding
    The binding to an Azure Machine Learning web service.
    • Constructor Detail

      • AzureMachineLearningWebServiceFunctionBinding

        public AzureMachineLearningWebServiceFunctionBinding()
    • Method Detail

      • endpoint

        public String endpoint()
        Get the endpoint property: The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs.
        Returns:
        the endpoint value.
      • withEndpoint

        public AzureMachineLearningWebServiceFunctionBinding withEndpoint​(String endpoint)
        Set the endpoint property: The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs.
        Parameters:
        endpoint - the endpoint value to set.
        Returns:
        the AzureMachineLearningWebServiceFunctionBinding object itself.
      • apiKey

        public String apiKey()
        Get the apiKey property: The API key used to authenticate with Request-Response endpoint.
        Returns:
        the apiKey value.
      • withApiKey

        public AzureMachineLearningWebServiceFunctionBinding withApiKey​(String apiKey)
        Set the apiKey property: The API key used to authenticate with Request-Response endpoint.
        Parameters:
        apiKey - the apiKey value to set.
        Returns:
        the AzureMachineLearningWebServiceFunctionBinding object itself.
      • batchSize

        public Integer batchSize()
        Get the batchSize property: Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000.
        Returns:
        the batchSize value.
      • withBatchSize

        public AzureMachineLearningWebServiceFunctionBinding withBatchSize​(Integer batchSize)
        Set the batchSize property: Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000.
        Parameters:
        batchSize - the batchSize value to set.
        Returns:
        the AzureMachineLearningWebServiceFunctionBinding object itself.