Share via


MonitorDefinition Class

Definition

The MonitorDefinition.

public class MonitorDefinition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MonitorDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MonitorDefinition>
public class MonitorDefinition
type MonitorDefinition = class
    interface IJsonModel<MonitorDefinition>
    interface IPersistableModel<MonitorDefinition>
type MonitorDefinition = class
Public Class MonitorDefinition
Implements IJsonModel(Of MonitorDefinition), IPersistableModel(Of MonitorDefinition)
Public Class MonitorDefinition
Inheritance
MonitorDefinition
Implements

Constructors

MonitorDefinition(IDictionary<String,MonitoringSignalBase>, MonitorComputeConfigurationBase)

Initializes a new instance of MonitorDefinition.

MonitorDefinition(MonitorComputeConfigurationBase, IDictionary<String,MonitoringSignalBase>)

Initializes a new instance of MonitorDefinition.

Properties

AlertNotificationSetting

The monitor's notification settings. Please note MonitoringAlertNotificationSettingsBase 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 AzMonMonitoringAlertNotificationSettings and EmailMonitoringAlertNotificationSettings.

ComputeConfiguration

[Required] The ARM resource ID of the compute resource to run the monitoring job on. Please note MonitorComputeConfigurationBase 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 MonitorServerlessSparkCompute.

Emails

The email recipient list which has a limitation of 499 characters in total.

MonitoringTarget

The entities targeted by the monitor.

Signals

[Required] The signals to monitor. 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 and PredictionDriftMonitoringSignal.

Explicit Interface Implementations

IJsonModel<MonitorDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MonitorDefinition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MonitorDefinition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MonitorDefinition>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MonitorDefinition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to