Class AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters


  • public final class AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
    extends FunctionRetrieveDefaultDefinitionParameters
    The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function.
    • Constructor Detail

      • AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters

        public AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters()
    • 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 AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters 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 AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters object itself.
      • udfType

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