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
CustomMonitoringSignal(String, IEnumerable<CustomMetricThreshold>) |
Initializes a new instance of CustomMonitoringSignal. |
CustomMonitoringSignal(String, IEnumerable<CustomMetricThreshold>, MonitoringWorkspaceConnection) |
Initializes a new instance of CustomMonitoringSignal. |
Properties
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. Please note MonitoringInputDataBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FixedInputData, RollingInputData and StaticInputData. |
Inputs |
Extra component parameters to take as input. Key is the component literal input port name, value is the parameter value. Please note MachineLearningJobInput is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningCustomModelJobInput, MachineLearningLiteralJobInput, MachineLearningFlowModelJobInput, MachineLearningTableJobInput, MachineLearningTritonModelJobInput, MachineLearningUriFileJobInput and MachineLearningUriFolderJobInput. |
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. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET