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."],[[["This webpage details the `Row` class within the `Google.Cloud.AutoML.V1` namespace, specifically as part of `ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types`, and is utilized as part of version 2.4.0 of the software."],["The `Row` class, which represents a single row in a confusion matrix, is a sealed class that inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This `Row` class has two constructors, one that is empty and one that accepts another `Row` object as a parameter."],["The `ExampleCount` property of the `Row` class, of type `RepeatedField\u003cint\u003e`, represents the value of a specific cell in the confusion matrix, and has a length equal to that of the `annotation_spec_id` field or `display_name` field."],["This page contains the documentation for multiple versions of the software including version 3.4.0 as the latest version, as well as versions all the way down to 2.2.0, making it easy to find older versions if needed."]]],[]]