CustomMonitoringSignal Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CustomMonitoringSignalTypeConverter))]
public class CustomMonitoringSignal : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICustomMonitoringSignal, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CustomMonitoringSignalTypeConverter))>]
type CustomMonitoringSignal = class
    interface ICustomMonitoringSignal
    interface IJsonSerializable
    interface IMonitoringSignalBase
    interface IValidates
Public Class CustomMonitoringSignal
Implements ICustomMonitoringSignal, IValidates
Inheritance
CustomMonitoringSignal
Attributes
Implements

Constructors

CustomMonitoringSignal()

Creates an new CustomMonitoringSignal instance.

Properties

ComponentId

[Required] Reference to the component asset used to calculate the custom metrics.

Input

Extra component parameters to take as input. Key is the component literal input port name, value is the parameter value.

InputAsset

Monitoring assets to take as input. Key is the component input port name, value is the data asset.

MetricThreshold

[Required] A list of metrics to calculate and their associated thresholds.

NotificationType

The current notification mode for this signal.

Property

Property dictionary. Properties can be added, but not removed or altered.

SignalType

[Required] Specifies the type of signal to monitor.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomMonitoringSignal.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomMonitoringSignal.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICustomMonitoringSignal.

FromJsonString(String)

Creates a new instance of CustomMonitoringSignal, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomMonitoringSignal into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to