Partilhar via


DynamicThresholdModel Struct

Definition

ML-based model variants.

public readonly struct DynamicThresholdModel : IEquatable<Azure.ResourceManager.CloudHealth.Models.DynamicThresholdModel>
type DynamicThresholdModel = struct
Public Structure DynamicThresholdModel
Implements IEquatable(Of DynamicThresholdModel)
Inheritance
DynamicThresholdModel
Implements

Constructors

Name Description
DynamicThresholdModel(String)

Initializes a new instance of DynamicThresholdModel.

Properties

Name Description
AnomalyDetection

Anomaly detection model.

Methods

Name Description
Equals(DynamicThresholdModel)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(DynamicThresholdModel, DynamicThresholdModel)

Determines if two DynamicThresholdModel values are the same.

Implicit(String to DynamicThresholdModel)

Converts a String to a DynamicThresholdModel.

Inequality(DynamicThresholdModel, DynamicThresholdModel)

Determines if two DynamicThresholdModel values are not the same.

Applies to