DataFeedMissingDataPointFillType Struct

Definition

the type of fill missing point for anomaly detection.

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

Constructors

DataFeedMissingDataPointFillType(String)

Determines if two DataFeedMissingDataPointFillType values are the same.

Properties

CustomValue

The data point is set to a predefined custom value. This value must be set with CustomFillValue.

NoFilling

Do not fill the missing data point and use only the actual ingested points for anomaly detection.

PreviousValue

Repeats the last ingested value in the same time series.

SmartFilling

Makes use of machine learning trained models to predict a value to the missing point.

Methods

Equals(DataFeedMissingDataPointFillType)

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(DataFeedMissingDataPointFillType, DataFeedMissingDataPointFillType)

Determines if two DataFeedMissingDataPointFillType values are the same.

Implicit(String to DataFeedMissingDataPointFillType)

Converts a string to a DataFeedMissingDataPointFillType.

Inequality(DataFeedMissingDataPointFillType, DataFeedMissingDataPointFillType)

Determines if two DataFeedMissingDataPointFillType values are not the same.

Applies to