Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MachineLearningServicesDatasetDriftDetectedEventData

Package version

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

Hierarchy

  • MachineLearningServicesDatasetDriftDetectedEventData

Index

Properties

Optional baseDatasetId

baseDatasetId: undefined | string

The ID of the base Dataset used to detect drift.

Optional dataDriftId

dataDriftId: undefined | string

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

Optional dataDriftName

dataDriftName: undefined | string

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

Optional driftCoefficient

driftCoefficient: undefined | number

The coefficient result that triggered the event.

Optional endTime

endTime: Date

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

Optional runId

runId: undefined | string

The ID of the Run that detected data drift.

Optional startTime

startTime: Date

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

Optional targetDatasetId

targetDatasetId: undefined | string

The ID of the target Dataset used to detect drift.

Generated using TypeDoc