CreateMonitorAction 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.CreateMonitorActionTypeConverter))]
public class CreateMonitorAction : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICreateMonitorAction, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CreateMonitorActionTypeConverter))>]
type CreateMonitorAction = class
interface ICreateMonitorAction
interface IJsonSerializable
interface IScheduleActionBase
interface IValidates
Public Class CreateMonitorAction
Implements ICreateMonitorAction, IValidates
- Inheritance
-
CreateMonitorAction
- Attributes
- Implements
Constructors
CreateMonitorAction() |
Creates an new CreateMonitorAction instance. |
Properties
ActionType |
[Required] Specifies the action type of the schedule |
ComputeConfigurationComputeType |
[Required] Specifies the type of signal to monitor. |
EmailNotificationSettingEmail |
The email recipient list which has a limitation of 499 characters in total. |
MonitorDefinitionSignal |
[Required] The signals to monitor. |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CreateMonitorAction. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CreateMonitorAction. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICreateMonitorAction. |
FromJsonString(String) |
Creates a new instance of CreateMonitorAction, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CreateMonitorAction into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |