Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MachineLearningServicesDatasetDriftDetectedEventData

Package version

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

Hierarchy

  • MachineLearningServicesDatasetDriftDetectedEventData

Index

Properties

baseDatasetId

baseDatasetId: string

The ID of the base Dataset used to detect drift.

dataDriftId

dataDriftId: string

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

dataDriftName

dataDriftName: string

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

driftCoefficient

driftCoefficient: number

The coefficient result that triggered the event.

endTime

endTime: string

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

runId

runId: string

The ID of the Run that detected data drift.

startTime

startTime: string

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

targetDatasetId

targetDatasetId: string

The ID of the target Dataset used to detect drift.

Generated using TypeDoc