你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CreateMonitorAction Class

Definition

[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.

Applies to