你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CategoricalDataQualityMetric Struct

Definition

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

CategoricalDataQualityMetric(String)

Initializes a new instance of CategoricalDataQualityMetric.

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(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

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.

Applies to