MonitoringFeatureDataType Struct

Definition

The MonitoringFeatureDataType.

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

Constructors

MonitoringFeatureDataType(String)

Initializes a new instance of MonitoringFeatureDataType.

Properties

Categorical

Used for features of categorical data type.

Numerical

Used for features of numerical data type.

Methods

Equals(MonitoringFeatureDataType)

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

Determines if two MonitoringFeatureDataType values are the same.

Implicit(String to MonitoringFeatureDataType)

Converts a string to a MonitoringFeatureDataType.

Inequality(MonitoringFeatureDataType, MonitoringFeatureDataType)

Determines if two MonitoringFeatureDataType values are not the same.

Applies to