GenerationSafetyQualityMonitoringSignal 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.
Generation safety quality monitoring signal definition.
public class GenerationSafetyQualityMonitoringSignal : Azure.ResourceManager.MachineLearning.Models.MonitoringSignalBase
type GenerationSafetyQualityMonitoringSignal = class
inherit MonitoringSignalBase
Public Class GenerationSafetyQualityMonitoringSignal
Inherits MonitoringSignalBase
- Inheritance
Constructors
GenerationSafetyQualityMonitoringSignal(IEnumerable<GenerationSafetyQualityMetricThreshold>, Double) |
Initializes a new instance of GenerationSafetyQualityMonitoringSignal. |
Properties
MetricThresholds |
[Required] Gets or sets the metrics to calculate and the corresponding thresholds. |
Mode |
The current notification mode for this signal. (Inherited from MonitoringSignalBase) |
NotificationTypes |
The current notification mode for this signal. (Inherited from MonitoringSignalBase) |
ProductionData |
Gets or sets the target data for computing metrics. 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. |
Properties |
Property dictionary. Properties can be added, but not removed or altered. (Inherited from MonitoringSignalBase) |
SamplingRate |
[Required] The sample rate of the target data, should be greater than 0 and at most 1. |
WorkspaceConnectionId |
Gets or sets the workspace connection ID used to connect to the content generation endpoint. |
Applies to
Azure SDK for .NET