ArmMachineLearningModelFactory.MonitoringSignalBase 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 MonitoringSignalBase. Please note this is the abstract base class. The derived classes available for instantiation are: CustomMonitoringSignal, DataDriftMonitoringSignal, DataQualityMonitoringSignal, FeatureAttributionDriftMonitoringSignal, and PredictionDriftMonitoringSignal.
public static Azure.ResourceManager.MachineLearning.Models.MonitoringSignalBase MonitoringSignalBase(System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MonitoringNotificationType> notificationTypes = default, System.Collections.Generic.IDictionary<string,string> properties = default, string signalType = default);
static member MonitoringSignalBase : seq<Azure.ResourceManager.MachineLearning.Models.MonitoringNotificationType> * System.Collections.Generic.IDictionary<string, string> * string -> Azure.ResourceManager.MachineLearning.Models.MonitoringSignalBase
Public Shared Function MonitoringSignalBase (Optional notificationTypes As IEnumerable(Of MonitoringNotificationType) = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional signalType As String = Nothing) As MonitoringSignalBase
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.
- signalType
- String
[Required] Specifies the type of signal to monitor.
Returns
A new MonitoringSignalBase instance for mocking.