IBatchDeploymentProperties.ErrorThreshold Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Error threshold, if the error count for the entire input goes above this value,\r\n the batch inference will be aborted. Range is [-1, int.MaxValue].\r\n For FileDataset, this value is the count of file failures.\r\n For TabularDataset, this value is the count of record failures.\r\n If set to -1 (the lower bound), all failures during batch inference will be ignored.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="errorThreshold")]
public int? ErrorThreshold { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Error threshold, if the error count for the entire input goes above this value,\r\n the batch inference will be aborted. Range is [-1, int.MaxValue].\r\n For FileDataset, this value is the count of file failures.\r\n For TabularDataset, this value is the count of record failures.\r\n If set to -1 (the lower bound), all failures during batch inference will be ignored.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="errorThreshold")>]
member this.ErrorThreshold : Nullable<int> with get, set
Public Property ErrorThreshold As Nullable(Of Integer)
Property Value
- Attributes