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 documentation is for the `SearchExampleComparisonsResponse.Types.ExampleComparison` class within the Data Labeling v1beta1 API, providing reference information and code samples."],["The `SearchExampleComparisonsResponse.Types.ExampleComparison` class is used to compare ground truth outputs with model predictions for a given input, as per the description."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, according to the content's inheritance and implements sections."],["The class includes two constructors: one default (`ExampleComparison()`) and another that takes an existing `ExampleComparison` instance (`ExampleComparison(ExampleComparison other)`) to copy from."],["The class has properties such as `GroundTruthExample` which represents the ground truth output, and `ModelCreatedExamples` which contains the predictions generated by the model."]]],[]]