AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters interface
The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function.
Properties
| binding |
Polymorphic discriminator, which specifies the different types this object can be |
| execute |
The Request-Response execute endpoint of the Azure Machine Learning web service. |
| udf |
The function type. |
Property Details
bindingType
Polymorphic discriminator, which specifies the different types this object can be
bindingType: "Microsoft.MachineLearningServices"
Property Value
"Microsoft.MachineLearningServices"
executeEndpoint
The Request-Response execute endpoint of the Azure Machine Learning web service.
executeEndpoint?: string
Property Value
string
udfType
The function type.
udfType?: "Scalar"
Property Value
"Scalar"