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

ICustomMonitoringSignal Interface

Definition

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

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.

(Inherited from IMonitoringSignalBase)
Property

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

(Inherited from IMonitoringSignalBase)
SignalType

[Required] Specifies the type of signal to monitor.

(Inherited from IMonitoringSignalBase)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to