LearningModelEvaluationResultPreview.CorrelationId Property

Definition

Deprecated. Gets the value to correlate the output results with the evaluation call.

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

Property Value

String

Platform::String

winrt::hstring

The value to correlate the output results with the evaluation call.

Attributes

Remarks

Warning

This is a deprecated API. Please use the Windows.AI.MachineLearning namespace instead.

Applies to