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
| Name | Description |
|---|---|
| CategoricalDataQualityMetric(String) |
Initializes a new instance of CategoricalDataQualityMetric. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |