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"]],[["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."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eRow\u003c/code\u003e class, which is a part of the \u003ccode\u003eConfusionMatrix\u003c/code\u003e in the \u003ccode\u003eGoogle.Cloud.DataLabeling.V1Beta1\u003c/code\u003e namespace, specifically within version 1.0.0-beta03.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRow\u003c/code\u003e class represents a single row within a confusion matrix, where each entry in the row shares the same ground truth label.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRow\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt contains two main properties: \u003ccode\u003eAnnotationSpec\u003c/code\u003e, which specifies the ground truth label for the row, and \u003ccode\u003eEntries\u003c/code\u003e, a list of \u003ccode\u003eConfusionMatrixEntry\u003c/code\u003e objects representing the predicted labels.\u003c/p\u003e\n"],["\u003cp\u003eThe latest available version is 2.0.0-beta05, and version 1.0.0-beta03 also has a webpage.\u003c/p\u003e\n"]]],[],null,[]]