MonitoringFeatureDataType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET