ImputeMode Struct

Definition

public readonly struct ImputeMode : IEquatable<Azure.AI.AnomalyDetector.ImputeMode>
type ImputeMode = struct
Public Structure ImputeMode
Implements IEquatable(Of ImputeMode)
Inheritance
ImputeMode
Implements

Constructors

ImputeMode(String)

Initializes a new instance of ImputeMode.

Properties

Auto

auto.

Fixed

fixed.

Linear

linear.

NotFill

notFill.

Previous

previous.

Zero

zero.

Methods

Equals(ImputeMode)

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

Determines if two ImputeMode values are the same.

Implicit(String to ImputeMode)

Converts a string to a ImputeMode.

Inequality(ImputeMode, ImputeMode)

Determines if two ImputeMode values are not the same.

Applies to