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.
Argument completer implementation for CategoricalDataQualityMetric.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CategoricalDataQualityMetricTypeConverter))]
public struct CategoricalDataQualityMetric : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CategoricalDataQualityMetric>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.CategoricalDataQualityMetricTypeConverter))>]
type CategoricalDataQualityMetric = struct
interface IArgumentCompleter
Public Structure CategoricalDataQualityMetric
Implements IArgumentCompleter, IEquatable(Of CategoricalDataQualityMetric)
- Inheritance
-
CategoricalDataQualityMetric
- Attributes
- Implements
Fields
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
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(CategoricalDataQualityMetric) |
Compares values of enum type CategoricalDataQualityMetric |
Equals(Object) |
Compares values of enum type CategoricalDataQualityMetric (override for Object) |
GetHashCode() |
Returns hashCode for enum CategoricalDataQualityMetric |
ToString() |
Returns string representation for CategoricalDataQualityMetric |
Operators
Equality(CategoricalDataQualityMetric, CategoricalDataQualityMetric) |
Overriding == operator for enum CategoricalDataQualityMetric |
Implicit(CategoricalDataQualityMetric to String) |
Implicit operator to convert CategoricalDataQualityMetric to string |
Implicit(String to CategoricalDataQualityMetric) |
Implicit operator to convert string to CategoricalDataQualityMetric |
Inequality(CategoricalDataQualityMetric, CategoricalDataQualityMetric) |
Overriding != operator for enum CategoricalDataQualityMetric |