ArmMachineLearningModelFactory.PredictionDriftMonitoringSignal 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.
The PredictionDriftMonitoringSignal.
public static Azure.ResourceManager.MachineLearning.Models.PredictionDriftMonitoringSignal PredictionDriftMonitoringSignal(System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MonitoringNotificationType> notificationTypes = default, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.MachineLearning.Models.MonitoringFeatureDataType> featureDataTypeOverride = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.PredictionDriftMetricThresholdBase> metricThresholds = default, Azure.ResourceManager.MachineLearning.Models.MonitoringInputDataBase productionData = default, Azure.ResourceManager.MachineLearning.Models.MonitoringInputDataBase referenceData = default);
static member PredictionDriftMonitoringSignal : seq<Azure.ResourceManager.MachineLearning.Models.MonitoringNotificationType> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.MachineLearning.Models.MonitoringFeatureDataType> * seq<Azure.ResourceManager.MachineLearning.Models.PredictionDriftMetricThresholdBase> * Azure.ResourceManager.MachineLearning.Models.MonitoringInputDataBase * Azure.ResourceManager.MachineLearning.Models.MonitoringInputDataBase -> Azure.ResourceManager.MachineLearning.Models.PredictionDriftMonitoringSignal
Public Shared Function PredictionDriftMonitoringSignal (Optional notificationTypes As IEnumerable(Of MonitoringNotificationType) = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional featureDataTypeOverride As IDictionary(Of String, MonitoringFeatureDataType) = Nothing, Optional metricThresholds As IEnumerable(Of PredictionDriftMetricThresholdBase) = Nothing, Optional productionData As MonitoringInputDataBase = Nothing, Optional referenceData As MonitoringInputDataBase = Nothing) As PredictionDriftMonitoringSignal
Parameters
- notificationTypes
- IEnumerable<MonitoringNotificationType>
The current notification mode for this signal.
- properties
- IDictionary<String,String>
Property dictionary. Properties can be added, but not removed or altered.
- featureDataTypeOverride
- IDictionary<String,MonitoringFeatureDataType>
A dictionary that maps feature names to their respective data types.
- metricThresholds
- IEnumerable<PredictionDriftMetricThresholdBase>
[Required] A list of metrics to calculate and their associated thresholds.
- productionData
- MonitoringInputDataBase
[Required] The data which drift will be calculated for.
- referenceData
- MonitoringInputDataBase
[Required] The data to calculate drift against.
Returns
A new PredictionDriftMonitoringSignal instance for mocking.