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. 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `Row` class is 3.4.0, which is part of the `Google.Cloud.AutoML.V1` library for .NET, with multiple previous versions listed, ranging from 2.2.0 to 3.3.0."],["The `Row` class represents a row in a confusion matrix and is designed to be output only, inheriting from `Object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `Row()` and another `Row(ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row)` for creating a copy, accepting another `Row` object as a parameter."],["The primary property of the `Row` class is `ExampleCount`, which is a `RepeatedField\u003cint\u003e` and holds the values of each cell in the confusion matrix, where the length of this repeated field corresponds to the number of annotation spec IDs or display names."],["It also inherits the `Object` class members: `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`."]]],[]]