MetricWholeSeriesDetectionCondition.SmartDetectionCondition Property
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.
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
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