MonitoringSignalBase Class

Definition

The MonitoringSignalBase. Please note MonitoringSignalBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CustomMonitoringSignal, DataDriftMonitoringSignal, DataQualityMonitoringSignal, FeatureAttributionDriftMonitoringSignal, GenerationSafetyQualityMonitoringSignal, GenerationTokenStatisticsSignal, ModelPerformanceSignal and PredictionDriftMonitoringSignal.

public abstract class MonitoringSignalBase
type MonitoringSignalBase = class
Public MustInherit Class MonitoringSignalBase
Inheritance
MonitoringSignalBase
Derived

Constructors

MonitoringSignalBase()

Initializes a new instance of MonitoringSignalBase.

Properties

Mode

The current notification mode for this signal.

Properties

Property dictionary. Properties can be added, but not removed or altered.

Applies to