共用方式為


LearningModelEvaluationResultPreview.CorrelationId 屬性

定義

已取代。 取得值,以將輸出結果與評估呼叫相互關聯。

public:
 property Platform::String ^ CorrelationId { Platform::String ^ get(); };
winrt::hstring CorrelationId();
/// [get: Windows.Foundation.Metadata.Deprecated("Use ILearningModelEvaluationResult instead of ILearningModelEvaluationResultPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")]
winrt::hstring CorrelationId();
public string CorrelationId { get; }
public string CorrelationId { [Windows.Foundation.Metadata.Deprecated("Use ILearningModelEvaluationResult instead of ILearningModelEvaluationResultPreview. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.AI.MachineLearning.Preview.MachineLearningPreviewContract")] get; }
var string = learningModelEvaluationResultPreview.correlationId;
Public ReadOnly Property CorrelationId As String

屬性值

String

Platform::String

winrt::hstring

將輸出結果與評估呼叫相互關聯的值。

屬性

備註

警告

這是已被取代的 API。 請改用 Windows.AI.MachineLearning 命名空間。

適用於