public sealed class Row : IMessage<ConfusionMatrix.Types.Row>, IEquatable<ConfusionMatrix.Types.Row>, IDeepCloneable<ConfusionMatrix.Types.Row>, IBufferMessage, IMessage
A row in the confusion matrix. Each entry in this row has the same
ground truth label.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This webpage provides documentation for the `Row` class, which is a part of the `ConfusionMatrix` in the `Google.Cloud.DataLabeling.V1Beta1` namespace, specifically within version 1.0.0-beta03."],["The `Row` class represents a single row within a confusion matrix, where each entry in the row shares the same ground truth label."],["The `Row` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two main properties: `AnnotationSpec`, which specifies the ground truth label for the row, and `Entries`, a list of `ConfusionMatrixEntry` objects representing the predicted labels."],["The latest available version is 2.0.0-beta05, and version 1.0.0-beta03 also has a webpage."]]],[]]