ICustomMonitoringSignal Interface
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.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) |