Sdílet prostřednictvím


CustomMonitoringSignal Class

Definition

The CustomMonitoringSignal.

public class CustomMonitoringSignal : Azure.ResourceManager.MachineLearning.Models.MonitoringSignalBase
type CustomMonitoringSignal = class
    inherit MonitoringSignalBase
Public Class CustomMonitoringSignal
Inherits MonitoringSignalBase
Inheritance
CustomMonitoringSignal

Constructors

CustomMonitoringSignal(String, IEnumerable<CustomMetricThreshold>, MonitoringWorkspaceConnection)

Initializes a new instance of CustomMonitoringSignal.

Properties

ComponentId

[Required] ARM resource ID of the component resource 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, StaticInputData and TrailingInputData.

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

Applies to