MachineLearningServicesDatasetDriftDetectedEventData interface
Schema of the Data property of an EventGridEvent for an Microsoft.MachineLearningServices.DatasetDriftDetected event.
Properties
base |
The ID of the base Dataset used to detect drift. |
data |
The ID of the data drift monitor that triggered the event. |
data |
The name of the data drift monitor that triggered the event. |
drift |
The coefficient result that triggered the event. |
end |
The end time of the target dataset time series that resulted in drift detection. |
run |
The ID of the Run that detected data drift. |
start |
The start time of the target dataset time series that resulted in drift detection. |
target |
The ID of the target Dataset used to detect drift. |
Property Details
baseDatasetId
The ID of the base Dataset used to detect drift.
baseDatasetId?: string
Property Value
string
dataDriftId
The ID of the data drift monitor that triggered the event.
dataDriftId?: string
Property Value
string
dataDriftName
The name of the data drift monitor that triggered the event.
dataDriftName?: string
Property Value
string
driftCoefficient
The coefficient result that triggered the event.
driftCoefficient?: number
Property Value
number
endTime
The end time of the target dataset time series that resulted in drift detection.
endTime?: Date
Property Value
Date
runId
The ID of the Run that detected data drift.
runId?: string
Property Value
string
startTime
The start time of the target dataset time series that resulted in drift detection.
startTime?: Date
Property Value
Date
targetDatasetId
The ID of the target Dataset used to detect drift.
targetDatasetId?: string
Property Value
string
Azure SDK for JavaScript