DataQualityMonitoringSignal Class
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 DataQualityMonitoringSignal.
public class DataQualityMonitoringSignal : Azure.ResourceManager.MachineLearning.Models.MonitoringSignalBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.DataQualityMonitoringSignal>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.DataQualityMonitoringSignal>
public class DataQualityMonitoringSignal : Azure.ResourceManager.MachineLearning.Models.MonitoringSignalBase
type DataQualityMonitoringSignal = class
inherit MonitoringSignalBase
interface IJsonModel<DataQualityMonitoringSignal>
interface IPersistableModel<DataQualityMonitoringSignal>
type DataQualityMonitoringSignal = class
inherit MonitoringSignalBase
Public Class DataQualityMonitoringSignal
Inherits MonitoringSignalBase
Implements IJsonModel(Of DataQualityMonitoringSignal), IPersistableModel(Of DataQualityMonitoringSignal)
Public Class DataQualityMonitoringSignal
Inherits MonitoringSignalBase
- Inheritance
- Implements
Constructors
DataQualityMonitoringSignal(IEnumerable<DataQualityMetricThresholdBase>, MonitoringInputDataBase, MonitoringInputDataBase) |
Initializes a new instance of DataQualityMonitoringSignal. |
Properties
FeatureDataTypeOverride |
A dictionary that maps feature names to their respective data types. |
FeatureImportanceSettings |
The settings for computing feature importance. |
Features |
The features to calculate drift over. Please note MonitoringFeatureFilterBase 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 MachineLearningAllFeatures, FeatureSubset and TopNFeaturesByAttribution. |
MetricThresholds |
[Required] A list of metrics to calculate and their associated thresholds. Please note DataQualityMetricThresholdBase 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 CategoricalDataQualityMetricThreshold and NumericalDataQualityMetricThreshold. |
Mode |
The current notification mode for this signal. (Inherited from MonitoringSignalBase) |
NotificationTypes |
The current notification mode for this signal. (Inherited from MonitoringSignalBase) |
ProductionData |
[Required] The data produced by the production service which drift will be calculated for. Please note MonitoringInputDataBase 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 FixedInputData, RollingInputData and StaticInputData. |
Properties |
Property dictionary. Properties can be added, but not removed or altered. (Inherited from MonitoringSignalBase) |
ReferenceData |
[Required] The data to calculate drift against. Please note MonitoringInputDataBase 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 FixedInputData, RollingInputData and StaticInputData. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET