MonitorDefinition 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MonitorDefinitionTypeConverter))]
public class MonitorDefinition : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMonitorDefinition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MonitorDefinitionTypeConverter))>]
type MonitorDefinition = class
interface IMonitorDefinition
interface IJsonSerializable
Public Class MonitorDefinition
Implements IMonitorDefinition
- Inheritance
-
MonitorDefinition
- Attributes
- Implements
Constructors
MonitorDefinition() |
Creates an new MonitorDefinition instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MonitorDefinition. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MonitorDefinition. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMonitorDefinition. |
FromJsonString(String) |
Creates a new instance of MonitorDefinition, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MonitorDefinition into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |