NumericalDataQualityMetric 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 NumericalDataQualityMetric.
public readonly struct NumericalDataQualityMetric : IEquatable<Azure.ResourceManager.MachineLearning.Models.NumericalDataQualityMetric>
type NumericalDataQualityMetric = struct
Public Structure NumericalDataQualityMetric
Implements IEquatable(Of NumericalDataQualityMetric)
- Inheritance
-
NumericalDataQualityMetric
- Implements
Constructors
NumericalDataQualityMetric(String) |
Initializes a new instance of NumericalDataQualityMetric. |
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(NumericalDataQualityMetric) |
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(NumericalDataQualityMetric, NumericalDataQualityMetric) |
Determines if two NumericalDataQualityMetric values are the same. |
Implicit(String to NumericalDataQualityMetric) |
Converts a string to a NumericalDataQualityMetric. |
Inequality(NumericalDataQualityMetric, NumericalDataQualityMetric) |
Determines if two NumericalDataQualityMetric values are not the same. |
Applies to
Azure SDK for .NET