public sealed class ExampleComparison : IMessage<SearchExampleComparisonsResponse.Types.ExampleComparison>, IEquatable<SearchExampleComparisonsResponse.Types.ExampleComparison>, IDeepCloneable<SearchExampleComparisonsResponse.Types.ExampleComparison>, IBufferMessage, IMessage
Example comparisons comparing ground truth output and predictions for a
specific input.
[[["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-03-21 UTC."],[[["The `ExampleComparison` class compares ground truth outputs and model predictions for a given input."],["It is part of the `Google.Cloud.DataLabeling.V1Beta1` namespace, with version information showing the latest version as 2.0.0-beta05, and has backwards compatibility with versions such as 1.0.0-beta03, 2.0.0-beta04."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ExampleComparison` has two constructors, one default and one that takes another `ExampleComparison` as an argument, and it offers properties for accessing ground truth outputs and model predictions."],["The properties `GroundTruthExample` and `ModelCreatedExamples` allow for retrieval of the ground truth and predictions, respectively."]]],[]]