public sealed class ConfusionMatrix.Types.Row : IMessage<ConfusionMatrix.Types.Row>, IEquatable<ConfusionMatrix.Types.Row>, IDeepCloneable<ConfusionMatrix.Types.Row>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class ConfusionMatrix.Types.Row.
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 documentation covers the \u003ccode\u003eConfusionMatrix.Types.Row\u003c/code\u003e class within the Google Cloud Data Labeling v1beta1 API, with version 2.0.0-beta05 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eConfusionMatrix.Types.Row\u003c/code\u003e class represents a row in a confusion matrix, where each entry within that row shares the same ground truth label.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and implements multiple 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\u003eThe \u003ccode\u003eRow\u003c/code\u003e class has two key properties: \u003ccode\u003eAnnotationSpec\u003c/code\u003e, which specifies the ground truth label, and \u003ccode\u003eEntries\u003c/code\u003e, a list of \u003ccode\u003eConfusionMatrixEntry\u003c/code\u003e objects, detailing the predicted labels.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a parameterless one \u003ccode\u003eRow()\u003c/code\u003e and one that takes a \u003ccode\u003eConfusionMatrix.Types.Row\u003c/code\u003e object as parameter, \u003ccode\u003eRow(Row other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]