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 webpage details the `Row` class within the `Google.Cloud.AutoML.V1` namespace, specifically focusing on its role as a component within the `ConfusionMatrix` of `ClassificationEvaluationMetrics`."],["The `Row` class, which is marked as \"Output only\", represents a single row within a confusion matrix, designed to provide a detailed breakdown of the evaluation metrics, inheriting from `Object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions available for the `Row` class, ranging from version 2.2.0 to the latest 3.4.0, each version being a part of the `Google.Cloud.AutoML.V1` package."],["The primary property of the `Row` class is `ExampleCount`, a `RepeatedField\u003cint\u003e` which stores the values for each cell in the confusion matrix, detailing the number of occurrences in each category."],["The provided content includes information about the constructors, implemented interfaces, inherited members, and the specific `ExampleCount` property of the `Row` class."]]],[]]