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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET