public sealed class SearchExampleComparisonsResponse.Types.ExampleComparison : IMessage<SearchExampleComparisonsResponse.Types.ExampleComparison>, IEquatable<SearchExampleComparisonsResponse.Types.ExampleComparison>, IDeepCloneable<SearchExampleComparisonsResponse.Types.ExampleComparison>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class SearchExampleComparisonsResponse.Types.ExampleComparison.
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."],[[["This page provides documentation for the `SearchExampleComparisonsResponse.Types.ExampleComparison` class within the Data Labeling v1beta1 API, specifically in version 2.0.0-beta04, but with links to beta05 and beta03 versions."],["The `SearchExampleComparisonsResponse.Types.ExampleComparison` class is used to compare ground truth output with model predictions for a given input, implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes properties such as `GroundTruthExample`, which represents the ground truth output, and `ModelCreatedExamples`, a repeated field of predictions generated by the model."],["There are two constructors available for creating `ExampleComparison` objects: a default constructor and one that accepts another `ExampleComparison` object as a parameter."]]],[]]