Freigeben über


LearningModelEvaluationResultPreview.CorrelationId Eigenschaft

Definition

Veraltet. Ruft den Wert ab, um die Ausgabeergebnisse mit dem Auswertungsaufruf zu korrelieren.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Wert, der die Ausgabeergebnisse mit dem Auswertungsaufruf korrelieren soll.

Attribute

Hinweise

Warnung

Dies ist eine veraltete API. Verwenden Sie stattdessen den Windows.AI.MachineLearning-Namespace .

Gilt für: