LearningModelEvaluationResult.CorrelationId 属性

定义

传递给 LearningModelSession.Evaluate 的可选字符串。

public:
 property Platform::String ^ CorrelationId { Platform::String ^ get(); };
winrt::hstring CorrelationId();
public string CorrelationId { get; }
var string = learningModelEvaluationResult.correlationId;
Public ReadOnly Property CorrelationId As String

属性值

String

Platform::String

winrt::hstring

传递给 LearningModelSession.Evaluate 的可选字符串。

注解

Windows Server

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

线程安全

此 API 是线程安全的。

适用于