Share via


DynamicDetectionRule Class

Definition

ML-based evaluation rule for a signal definition.

public class DynamicDetectionRule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CloudHealth.Models.DynamicDetectionRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CloudHealth.Models.DynamicDetectionRule>
type DynamicDetectionRule = class
    interface IJsonModel<DynamicDetectionRule>
    interface IPersistableModel<DynamicDetectionRule>
Public Class DynamicDetectionRule
Implements IJsonModel(Of DynamicDetectionRule), IPersistableModel(Of DynamicDetectionRule)
Inheritance
DynamicDetectionRule
Implements

Constructors

DynamicDetectionRule(DynamicThresholdModel, Single, DynamicThresholdDirection)

Initializes a new instance of DynamicDetectionRule.

Properties

DynamicThresholdDirection

Threshold direction.

DynamicThresholdModel

ML model to use for dynamic thresholds.

ModelSensitivity

ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5.

TrainingStartOn

Start time of the training in UTC.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DynamicDetectionRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DynamicDetectionRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DynamicDetectionRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DynamicDetectionRule>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DynamicDetectionRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to