DynamicDetectionRule 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 DynamicDetectionRule.
public DynamicDetectionRule(Azure.ResourceManager.CloudHealth.Models.DynamicThresholdModel dynamicThresholdModel, float modelSensitivity, Azure.ResourceManager.CloudHealth.Models.DynamicThresholdDirection dynamicThresholdDirection);
new Azure.ResourceManager.CloudHealth.Models.DynamicDetectionRule : Azure.ResourceManager.CloudHealth.Models.DynamicThresholdModel * single * Azure.ResourceManager.CloudHealth.Models.DynamicThresholdDirection -> Azure.ResourceManager.CloudHealth.Models.DynamicDetectionRule
Public Sub New (dynamicThresholdModel As DynamicThresholdModel, modelSensitivity As Single, dynamicThresholdDirection As DynamicThresholdDirection)
Parameters
- dynamicThresholdModel
- DynamicThresholdModel
ML model to use for dynamic thresholds.
- modelSensitivity
- Single
ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5.
- dynamicThresholdDirection
- DynamicThresholdDirection
Threshold direction.