CategoricalDataQualityMetric 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 CategoricalDataQualityMetric.
public readonly struct CategoricalDataQualityMetric : IEquatable<Azure.ResourceManager.MachineLearning.Models.CategoricalDataQualityMetric>
type CategoricalDataQualityMetric = struct
Public Structure CategoricalDataQualityMetric
Implements IEquatable(Of CategoricalDataQualityMetric)
- Inheritance
-
CategoricalDataQualityMetric
- Implements
Constructors
CategoricalDataQualityMetric(String) |
Initializes a new instance of CategoricalDataQualityMetric. |
Properties
DataTypeErrorRate |
Calculates the rate of data type errors. |
NullValueRate |
Calculates the rate of null values. |
OutOfBoundsRate |
Calculates the rate values are out of bounds. |
Methods
Equals(CategoricalDataQualityMetric) |
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(CategoricalDataQualityMetric, CategoricalDataQualityMetric) |
Determines if two CategoricalDataQualityMetric values are the same. |
Implicit(String to CategoricalDataQualityMetric) |
Converts a string to a CategoricalDataQualityMetric. |
Inequality(CategoricalDataQualityMetric, CategoricalDataQualityMetric) |
Determines if two CategoricalDataQualityMetric values are not the same. |
Applies to
Azure SDK for .NET