你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MachineLearningServicesDatasetDriftDetectedEventData 构造函数

定义

重载

MachineLearningServicesDatasetDriftDetectedEventData()
MachineLearningServicesDatasetDriftDetectedEventData(String, String, String, String, String, Nullable<Double>, Nullable<DateTime>, Nullable<DateTime>)

MachineLearningServicesDatasetDriftDetectedEventData()

Source:
MachineLearningServicesDatasetDriftDetectedEventData.cs
public MachineLearningServicesDatasetDriftDetectedEventData ();
Public Sub New ()

适用于

MachineLearningServicesDatasetDriftDetectedEventData(String, String, String, String, String, Nullable<Double>, Nullable<DateTime>, Nullable<DateTime>)

Source:
MachineLearningServicesDatasetDriftDetectedEventData.cs
public MachineLearningServicesDatasetDriftDetectedEventData (string dataDriftId = default, string dataDriftName = default, string runId = default, string baseDatasetId = default, string targetDatasetId = default, double? driftCoefficient = default, DateTime? startTime = default, DateTime? endTime = default);
new Microsoft.Azure.EventGrid.Models.MachineLearningServicesDatasetDriftDetectedEventData : string * string * string * string * string * Nullable<double> * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.EventGrid.Models.MachineLearningServicesDatasetDriftDetectedEventData
Public Sub New (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 DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing)

参数

dataDriftId
String
dataDriftName
String
runId
String
baseDatasetId
String
targetDatasetId
String
driftCoefficient
Nullable<Double>
startTime
Nullable<DateTime>
endTime
Nullable<DateTime>

适用于