HardThresholdCondition(AnomalyDetectorDirection, SuppressCondition) Constructor
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.
Initializes a new instance of the HardThresholdCondition class.
public HardThresholdCondition (Azure.AI.MetricsAdvisor.Models.AnomalyDetectorDirection anomalyDetectorDirection, Azure.AI.MetricsAdvisor.Models.SuppressCondition suppressCondition);
new Azure.AI.MetricsAdvisor.Models.HardThresholdCondition : Azure.AI.MetricsAdvisor.Models.AnomalyDetectorDirection * Azure.AI.MetricsAdvisor.Models.SuppressCondition -> Azure.AI.MetricsAdvisor.Models.HardThresholdCondition
Public Sub New (anomalyDetectorDirection As AnomalyDetectorDirection, suppressCondition As SuppressCondition)
Parameters
- anomalyDetectorDirection
- AnomalyDetectorDirection
Sets the boundaries that delimit the expected value range. Data points out of this range are considered anomalous. If Down or Both, LowerBound is required. If Up or Both, UpperBound is required.
- suppressCondition
- SuppressCondition
The SuppressCondition to be applied to every anomalous data point.
Exceptions
suppressCondition
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET