EventGridModelFactory.MachineLearningServicesDatasetDriftDetectedEventData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MachineLearningServicesDatasetDriftDetectedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesDatasetDriftDetectedEventData MachineLearningServicesDatasetDriftDetectedEventData (string dataDriftId = default, string dataDriftName = default, string runId = default, string baseDatasetId = default, string targetDatasetId = default, double? driftCoefficient = default, DateTimeOffset? startTime = default, DateTimeOffset? endTime = default);
static member MachineLearningServicesDatasetDriftDetectedEventData : string * string * string * string * string * Nullable<double> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.Messaging.EventGrid.SystemEvents.MachineLearningServicesDatasetDriftDetectedEventData
Public Shared Function MachineLearningServicesDatasetDriftDetectedEventData (Optional dataDriftId As String = Nothing, Optional dataDriftName As String = Nothing, Optional runId As String = Nothing, Optional baseDatasetId As String = Nothing, Optional targetDatasetId As String = Nothing, Optional driftCoefficient As Nullable(Of Double) = Nothing, Optional startTime As Nullable(Of DateTimeOffset) = Nothing, Optional endTime As Nullable(Of DateTimeOffset) = Nothing) As MachineLearningServicesDatasetDriftDetectedEventData
Parameters
- dataDriftId
- String
The ID of the data drift monitor that triggered the event.
- dataDriftName
- String
The name of the data drift monitor that triggered the event.
- runId
- String
The ID of the Run that detected data drift.
- baseDatasetId
- String
The ID of the base Dataset used to detect drift.
- targetDatasetId
- String
The ID of the target Dataset used to detect drift.
- startTime
- Nullable<DateTimeOffset>
The start time of the target dataset time series that resulted in drift detection.
- endTime
- Nullable<DateTimeOffset>
The end time of the target dataset time series that resulted in drift detection.
Returns
A new MachineLearningServicesDatasetDriftDetectedEventData instance for mocking.