MetricWholeSeriesDetectionCondition.SmartDetectionCondition Property

Definition

A detection condition powered by machine learning that learns patterns from historical data, and uses them for future detection.

public Azure.AI.MetricsAdvisor.Models.SmartDetectionCondition SmartDetectionCondition { get; set; }
member this.SmartDetectionCondition : Azure.AI.MetricsAdvisor.Models.SmartDetectionCondition with get, set
Public Property SmartDetectionCondition As SmartDetectionCondition

Property Value

Remarks

If set to null during an Update operation, this condition is removed from the configuration. If you're using other detection conditions in addition to this one, you need to set the property ConditionOperator.

Applies to