DataQualityMonitoringSignal Constructor
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 DataQualityMonitoringSignal.
public DataQualityMonitoringSignal(System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.DataQualityMetricThresholdBase> metricThresholds, Azure.ResourceManager.MachineLearning.Models.MonitoringInputDataBase productionData, Azure.ResourceManager.MachineLearning.Models.MonitoringInputDataBase referenceData);
new Azure.ResourceManager.MachineLearning.Models.DataQualityMonitoringSignal : seq<Azure.ResourceManager.MachineLearning.Models.DataQualityMetricThresholdBase> * Azure.ResourceManager.MachineLearning.Models.MonitoringInputDataBase * Azure.ResourceManager.MachineLearning.Models.MonitoringInputDataBase -> Azure.ResourceManager.MachineLearning.Models.DataQualityMonitoringSignal
Public Sub New (metricThresholds As IEnumerable(Of DataQualityMetricThresholdBase), productionData As MonitoringInputDataBase, referenceData As MonitoringInputDataBase)
Parameters
- metricThresholds
- IEnumerable<DataQualityMetricThresholdBase>
[Required] A list of metrics to calculate and their associated thresholds.
- productionData
- MonitoringInputDataBase
[Required] The data produced by the production service which drift will be calculated for.
- referenceData
- MonitoringInputDataBase
[Required] The data to calculate drift against.
Exceptions
metricThresholds, productionData or referenceData is null.