次の方法で共有


AzureMachineLearningWebServiceFunctionBinding クラス

定義

Azure Machine Learning Web サービスへのバインド。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.MachineLearning/WebService")]
public class AzureMachineLearningWebServiceFunctionBinding : Microsoft.Azure.Management.StreamAnalytics.Models.FunctionBinding
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.MachineLearning/WebService")>]
type AzureMachineLearningWebServiceFunctionBinding = class
    inherit FunctionBinding
Public Class AzureMachineLearningWebServiceFunctionBinding
Inherits FunctionBinding
継承
AzureMachineLearningWebServiceFunctionBinding
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

コンストラクター

AzureMachineLearningWebServiceFunctionBinding()

AzureMachineLearningWebServiceFunctionBinding クラスの新しいインスタンスを初期化します。

AzureMachineLearningWebServiceFunctionBinding(String, String, AzureMachineLearningWebServiceInputs, IList<AzureMachineLearningWebServiceOutputColumn>, Nullable<Int32>)

AzureMachineLearningWebServiceFunctionBinding クラスの新しいインスタンスを初期化します。

プロパティ

ApiKey

エンドポイントでの認証に使用する API キーRequest-Response取得または設定します。

BatchSize

Azure ML RRS の実行要求ごとの最大行数を示す 1 から 10000 までの数を取得または設定します。 既定値は 1000 です。

Endpoint

Azure Machine Learning Web サービスのRequest-Response実行エンドポイントを取得または設定します。 詳細については、こちらを参照してください。 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 サービス エンドポイントの実行からの出力の一覧を取得または設定します。

適用対象