AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters interface
擷取 Azure Machine Learning Web 服務函式的預設函式定義所需的參數。
- Extends
屬性
binding |
多型辨別器,指定這個物件可以有不同的類型 |
execute |
Request-Response Azure Machine Learning Web 服務的執行端點。 在這裡深入瞭解: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs |
udf |
函式類型。 |
屬性詳細資料
bindingType
多型辨別器,指定這個物件可以有不同的類型
bindingType: "Microsoft.MachineLearning/WebService"
屬性值
"Microsoft.MachineLearning/WebService"
executeEndpoint
Request-Response Azure Machine Learning Web 服務的執行端點。 在這裡深入瞭解: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs
executeEndpoint?: string
屬性值
string
udfType
函式類型。
udfType?: "Scalar"
屬性值
"Scalar"