MetricFeedbackKind Struct

Definition

feedback type.

public readonly struct MetricFeedbackKind : IEquatable<Azure.AI.MetricsAdvisor.Models.MetricFeedbackKind>
type MetricFeedbackKind = struct
Public Structure MetricFeedbackKind
Implements IEquatable(Of MetricFeedbackKind)
Inheritance
MetricFeedbackKind
Implements

Constructors

MetricFeedbackKind(String)

Determines if two MetricFeedbackKind values are the same.

Properties

Anomaly

Indicates that the point was incorrectly labeled by the service. You can specify whether a point should or shouldn't be an anomaly.

ChangePoint

Indicates that this is the start of a trend change.

Comment

A comment describing the reason this point is or is not an anomaly.

Period

Indicates that this is an interval of seasonality.

Methods

Equals(MetricFeedbackKind)

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

Equality(MetricFeedbackKind, MetricFeedbackKind)

Determines if two MetricFeedbackKind values are the same.

Implicit(String to MetricFeedbackKind)

Converts a string to a MetricFeedbackKind.

Inequality(MetricFeedbackKind, MetricFeedbackKind)

Determines if two MetricFeedbackKind values are not the same.

Applies to