共用方式為


AzureMachineLearningWebServiceFunctionBinding interface

系結至 Azure Machine Learning Web 服務。

Extends

屬性

apiKey

用來向Request-Response端點進行驗證的 API 金鑰。

batchSize

描述每個 Azure ML RRS 執行要求的資料列數目上限,介於 1 到 10000 之間。 預設值為 1000。

endpoint

Request-Response Azure Machine Learning Web 服務的端點。 在這裡深入瞭解: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs

inputs

Azure Machine Learning Web 服務端點的輸入。

outputs

Azure Machine Learning Web 服務端點執行的輸出清單。

type

多型鑒別子,指定此物件可以是的不同類型

屬性詳細資料

apiKey

用來向Request-Response端點進行驗證的 API 金鑰。

apiKey?: string

屬性值

string

batchSize

描述每個 Azure ML RRS 執行要求的資料列數目上限,介於 1 到 10000 之間。 預設值為 1000。

batchSize?: number

屬性值

number

endpoint

Request-Response Azure Machine Learning Web 服務的端點。 在這裡深入瞭解: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs

endpoint?: string

屬性值

string

inputs

Azure Machine Learning Web 服務端點的輸入。

inputs?: AzureMachineLearningWebServiceInputs

屬性值

outputs

Azure Machine Learning Web 服務端點執行的輸出清單。

outputs?: AzureMachineLearningWebServiceOutputColumn[]

屬性值

type

多型鑒別子,指定此物件可以是的不同類型

type: "Microsoft.MachineLearning/WebService"

屬性值

"Microsoft.MachineLearning/WebService"