Class ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row (2.3.0)

public sealed class Row : IMessage<ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row>, IEquatable<ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row>, IDeepCloneable<ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row>, IBufferMessage, IMessage

Output only. A row in the confusion matrix.

Inheritance

Object > ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

Row()

public Row()

Row(ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row)

public Row(ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row other)
Parameter
NameDescription
otherClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row

Properties

ExampleCount

public RepeatedField<int> ExampleCount { get; }

Output only. Value of the specific cell in the confusion matrix. The number of values each row has (i.e. the length of the row) is equal to the length of the annotation_spec_id field or, if that one is not populated, length of the [display_name][google.cloud.automl.v1.ClassificationEvaluationMetrics.ConfusionMatrix.display_name] field.

Property Value
TypeDescription
RepeatedField<Int32>