AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters interface

The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function.

Extends

Properties

bindingType

Polymorphic discriminator, which specifies the different types this object can be

executeEndpoint

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

udfType

The function type.

Property Details

bindingType

Polymorphic discriminator, which specifies the different types this object can be

bindingType: "Microsoft.MachineLearning/WebService"

Property Value

"Microsoft.MachineLearning/WebService"

executeEndpoint

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

executeEndpoint?: string

Property Value

string

udfType

The function type.

udfType?: "Scalar"

Property Value

"Scalar"