CustomMonitoringSignal 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.
The CustomMonitoringSignal.
public class CustomMonitoringSignal : Azure.ResourceManager.MachineLearning.Models.MonitoringSignalBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.CustomMonitoringSignal>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.CustomMonitoringSignal>
public class CustomMonitoringSignal : Azure.ResourceManager.MachineLearning.Models.MonitoringSignalBase
type CustomMonitoringSignal = class
inherit MonitoringSignalBase
interface IJsonModel<CustomMonitoringSignal>
interface IPersistableModel<CustomMonitoringSignal>
type CustomMonitoringSignal = class
inherit MonitoringSignalBase
Public Class CustomMonitoringSignal
Inherits MonitoringSignalBase
Implements IJsonModel(Of CustomMonitoringSignal), IPersistableModel(Of CustomMonitoringSignal)
Public Class CustomMonitoringSignal
Inherits MonitoringSignalBase
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CustomMonitoringSignal(String, IEnumerable<CustomMetricThreshold>, MonitoringWorkspaceConnection) |
Initializes a new instance of CustomMonitoringSignal. |
| CustomMonitoringSignal(String, IEnumerable<CustomMetricThreshold>) |
Initializes a new instance of CustomMonitoringSignal. |
Properties
| Name | Description |
|---|---|
| ComponentId |
[Required] Reference to the component asset used to calculate the custom metrics. |
| InputAssets |
Monitoring assets to take as input. Key is the component input port name, value is the data asset. |
| Inputs |
Extra component parameters to take as input. Key is the component literal input port name, value is the parameter value. |
| MetricThresholds |
[Required] A list of metrics to calculate and their associated thresholds. |
| Mode |
The current notification mode for this signal. (Inherited from MonitoringSignalBase) |
| NotificationTypes |
The current notification mode for this signal. (Inherited from MonitoringSignalBase) |
| Properties |
Property dictionary. Properties can be added, but not removed or altered. (Inherited from MonitoringSignalBase) |
| WorkspaceConnection |
[Required] A list of metrics to calculate and their associated thresholds. |