Class AzureMachineLearningWebServiceFunctionBindingRetrievalProperties


  • public final class AzureMachineLearningWebServiceFunctionBindingRetrievalProperties
    extends Object
    The binding retrieval properties associated with an Azure Machine learning web service.
    • Constructor Detail

      • AzureMachineLearningWebServiceFunctionBindingRetrievalProperties

        public AzureMachineLearningWebServiceFunctionBindingRetrievalProperties()
    • Method Detail

      • executeEndpoint

        public String executeEndpoint()
        Get the executeEndpoint 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 executeEndpoint value.
      • withExecuteEndpoint

        public AzureMachineLearningWebServiceFunctionBindingRetrievalProperties withExecuteEndpoint​(String executeEndpoint)
        Set the executeEndpoint 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:
        executeEndpoint - the executeEndpoint value to set.
        Returns:
        the AzureMachineLearningWebServiceFunctionBindingRetrievalProperties object itself.
      • udfType

        public UdfType udfType()
        Get the udfType property: The function type.
        Returns:
        the udfType value.
      • validate

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