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"]],[["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-06-12 UTC."],[[["This documentation covers the `ConfusionMatrix.Types.Row` class within the Google Cloud Data Labeling v1beta1 API, with version 2.0.0-beta05 being the latest."],["The `ConfusionMatrix.Types.Row` class represents a row in a confusion matrix, where each entry within that row shares the same ground truth label."],["It inherits from the base `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Row` class has two key properties: `AnnotationSpec`, which specifies the ground truth label, and `Entries`, a list of `ConfusionMatrixEntry` objects, detailing the predicted labels."],["The class offers two constructors: a parameterless one `Row()` and one that takes a `ConfusionMatrix.Types.Row` object as parameter, `Row(Row other)`."]]],[]]