GenerationTokenStatisticsSignal 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 token statistics signal definition.
public class GenerationTokenStatisticsSignal : Azure.ResourceManager.MachineLearning.Models.MonitoringSignalBase
type GenerationTokenStatisticsSignal = class
inherit MonitoringSignalBase
Public Class GenerationTokenStatisticsSignal
Inherits MonitoringSignalBase
- Inheritance
Constructors
GenerationTokenStatisticsSignal(IEnumerable<GenerationTokenStatisticsMetricThreshold>, Double) |
Initializes a new instance of GenerationTokenStatisticsSignal. |
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. |
Applies to
Azure SDK for .NET