LearningModelEvaluationResult.ErrorStatus 属性

定义

如果评估失败,则返回导致失败原因的错误代码。

public:
 property int ErrorStatus { int get(); };
int ErrorStatus();
public int ErrorStatus { get; }
var int32 = learningModelEvaluationResult.errorStatus;
Public ReadOnly Property ErrorStatus As Integer

属性值

Int32

int

导致失败的错误代码。

注解

Windows Server

若要在 Windows Server 上使用此 API,必须使用具有桌面体验的 Windows Server 2019。

线程安全

此 API 是线程安全的。

适用于