Share via


CustomMonitoringSignal Class

Definition

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
CustomMonitoringSignal
Implements

Constructors

CustomMonitoringSignal(String, IEnumerable<CustomMetricThreshold>, MonitoringWorkspaceConnection)

Initializes a new instance of CustomMonitoringSignal.

CustomMonitoringSignal(String, IEnumerable<CustomMetricThreshold>)

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

IJsonModel<CustomMonitoringSignal>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CustomMonitoringSignal>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MonitoringSignalBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MonitoringSignalBase)
IJsonModel<MonitoringSignalBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MonitoringSignalBase)
IPersistableModel<CustomMonitoringSignal>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomMonitoringSignal>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CustomMonitoringSignal>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MonitoringSignalBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MonitoringSignalBase)
IPersistableModel<MonitoringSignalBase>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MonitoringSignalBase)
IPersistableModel<MonitoringSignalBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MonitoringSignalBase)

Applies to