MetricChangePointFeedback Class

Definition

The ChangePointFeedback.

public class MetricChangePointFeedback : Azure.AI.MetricsAdvisor.MetricFeedback
type MetricChangePointFeedback = class
    inherit MetricFeedback
Public Class MetricChangePointFeedback
Inherits MetricFeedback
Inheritance
MetricChangePointFeedback

Remarks

In order to create change point feedback, you must pass this instance to the method AddFeedbackAsync(MetricFeedback, CancellationToken).

Constructors

MetricChangePointFeedback(String, DimensionKey, DateTimeOffset, DateTimeOffset, ChangePointValue)

Initializes a new instance of the MetricChangePointFeedback class.

Properties

ChangePointValue

Indicate whether or not the data points should be considered change points by the service.

CreatedOn

Date and time, in UTC, when the MetricFeedback was created.

(Inherited from MetricFeedback)
DimensionKey

A key that identifies a set of time series to which the MetricFeedback applies. If all possible dimensions are set, this key uniquely identifies a single time series for the specified MetricId. If only a subset of dimensions are set, this key uniquely identifies a group of time series.

(Inherited from MetricFeedback)
EndsOn

The end timestamp of feedback timerange. When this is equal to StartsOn it indicates a single timestamp.

FeedbackKind

The feedback kind.

(Inherited from MetricFeedback)
Id

The unique identifier of this MetricFeedback.

(Inherited from MetricFeedback)
MetricId

The identifier of the metric to which the MetricFeedback applies.

(Inherited from MetricFeedback)
StartsOn

The start timestamp of feedback time range.

UserPrincipal

The user who created the MetricFeedback. If MetricsAdvisorKeyCredential authentication was used when creating the feedback, this property contains the email address of the creator. If AAD authentication was used instead, the value of this property uniquely identifies the creator's user principal, but its value depends on the type of credential used. For instance, if a ClientSecretCredential is used, it will contain the client ID.

(Inherited from MetricFeedback)

Applies to