Share via


MachineLearningServicesDatasetDriftDetectedEventData Class

Definition

Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.DatasetDriftDetected event.

[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
Inheritance
MachineLearningServicesDatasetDriftDetectedEventData
Attributes

Properties

BaseDatasetId

The ID of the base Dataset used to detect drift.

DataDriftId

The ID of the data drift monitor that triggered the event.

DataDriftName

The name of the data drift monitor that triggered the event.

DriftCoefficient

The coefficient result that triggered the event.

EndTime

The end time of the target dataset time series that resulted in drift detection.

RunId

The ID of the Run that detected data drift.

StartTime

The start time of the target dataset time series that resulted in drift detection.

TargetDatasetId

The ID of the target Dataset used to detect drift.

Applies to