Compartir a través de


AzureMachineLearningWebServiceFunctionBinding.BatchSize Propiedad

Definición

Obtiene o establece el número entre 1 y 10000 que describe el número máximo de filas para cada solicitud de ejecución de RRS de Azure ML. El valor predeterminado es 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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a