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.
Argument completer implementation for NumericalDataQualityMetric.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.NumericalDataQualityMetricTypeConverter))]
public struct NumericalDataQualityMetric : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.NumericalDataQualityMetric>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.NumericalDataQualityMetricTypeConverter))>]
type NumericalDataQualityMetric = struct
interface IArgumentCompleter
Public Structure NumericalDataQualityMetric
Implements IArgumentCompleter, IEquatable(Of NumericalDataQualityMetric)
- Inheritance
-
NumericalDataQualityMetric
- 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(NumericalDataQualityMetric) |
Compares values of enum type NumericalDataQualityMetric |
Equals(Object) |
Compares values of enum type NumericalDataQualityMetric (override for Object) |
GetHashCode() |
Returns hashCode for enum NumericalDataQualityMetric |
ToString() |
Returns string representation for NumericalDataQualityMetric |
Operators
Equality(NumericalDataQualityMetric, NumericalDataQualityMetric) |
Overriding == operator for enum NumericalDataQualityMetric |
Implicit(NumericalDataQualityMetric to String) |
Implicit operator to convert NumericalDataQualityMetric to string |
Implicit(String to NumericalDataQualityMetric) |
Implicit operator to convert string to NumericalDataQualityMetric |
Inequality(NumericalDataQualityMetric, NumericalDataQualityMetric) |
Overriding != operator for enum NumericalDataQualityMetric |