MachineLearningBatchDeploymentProperties.ErrorThreshold Property

Definition

Error threshold, if the error count for the entire input goes above this value, the batch inference will be aborted. Range is [-1, int.MaxValue]. For FileDataset, this value is the count of file failures. For TabularDataset, this value is the count of record failures. If set to -1 (the lower bound), all failures during batch inference will be ignored.

public int? ErrorThreshold { get; set; }
member this.ErrorThreshold : Nullable<int> with get, set
Public Property ErrorThreshold As Nullable(Of Integer)

Property Value

Applies to