你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MachineLearningBatchDeploymentProperties.ErrorThreshold 属性

定义

错误阈值,如果整个输入的错误计数超过此值,则会中止批处理推理。 范围为 [-1, int。MaxValue]。 对于 FileDataset,此值是文件失败的计数。 对于 TabularDataset,此值是记录失败的计数。 如果 (下限) 设置为 -1,则将忽略批处理推理期间的所有失败。

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

属性值

适用于