IMonitorDefinition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MonitorDefinitionTypeConverter))]
public interface IMonitorDefinition : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MonitorDefinitionTypeConverter))>]
type IMonitorDefinition = interface
    interface IJsonSerializable
Public Interface IMonitorDefinition
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ComputeConfigurationComputeType

[Required] Specifies the type of signal to monitor.

EmailNotificationSettingEmail

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

MonitoringTargetDeploymentId

Reference to the deployment asset targeted by this monitor.

MonitoringTargetModelId

Reference to the model asset targeted by this monitor.

MonitoringTargetTaskType

[Required] The machine learning task type of the monitored model.

Signal

[Required] The signals to monitor.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to