AzureMachineLearningWebServiceFunctionBinding interface
Azure Machine Learning Web サービスへのバインド。
- Extends
プロパティ
api |
Request-Response エンドポイントでの認証に使用される API キー。 |
batch |
各 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"