你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MachineLearningServicesDatasetDriftDetectedEventData 类

定义

Microsoft.MachineLearningServices.DatasetDriftDetected 事件的 EventGridEvent 的 Data 属性的架构。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesDatasetDriftDetectedEventData+MachineLearningServicesDatasetDriftDetectedEventDataConverter))]
public class MachineLearningServicesDatasetDriftDetectedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesDatasetDriftDetectedEventData+MachineLearningServicesDatasetDriftDetectedEventDataConverter))>]
type MachineLearningServicesDatasetDriftDetectedEventData = class
Public Class MachineLearningServicesDatasetDriftDetectedEventData
继承
MachineLearningServicesDatasetDriftDetectedEventData
属性

属性

BaseDatasetId

用于检测偏移的基础数据集的 ID。

DataDriftId

触发了事件的数据偏移监视器的 ID。

DataDriftName

触发了事件的数据偏移监视器的名称。

DriftCoefficient

触发了事件的系数结果。

EndTime

导致了偏移检测的目标数据集时序的结束时间。

RunId

检测到数据偏移的运行的 ID。

StartTime

导致了偏移检测的目标数据集时序的开始时间。

TargetDatasetId

用于检测偏移的目标数据集的 ID。

适用于