public sealed class ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row : IMessage<ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row>, IEquatable<ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row>, IDeepCloneable<ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row.
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 provides reference documentation for the `ClassificationEvaluationMetrics.Types.ConfusionMatrix.Types.Row` class within the Google AutoML v1 API."],["The class represents a single row in a confusion matrix and is marked as \"Output only,\" indicating it's read-only for users."],["The latest version available for this class is 3.4.0, but previous versions down to 2.2.0 are also accessible through provided links."],["The `Row` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and advanced functionality."],["The `ExampleCount` property, of type `RepeatedField\u003cint\u003e`, provides the values of the specific cells within a confusion matrix, where the row length corresponds to the number of `annotation_spec_id` or `display_name`."]]],[]]