NumericalDataQualityMetric Struct

Definition

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