次の方法で共有


AzureMachineLearningWebServiceFunctionBinding.BatchSize プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.batchSize")]
public int? BatchSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.batchSize")>]
member this.BatchSize : Nullable<int> with get, set
Public Property BatchSize As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象