public sealed class PairwiseQuestionAnsweringQualityInput : IMessage<PairwiseQuestionAnsweringQualityInput>, IEquatable<PairwiseQuestionAnsweringQualityInput>, IDeepCloneable<PairwiseQuestionAnsweringQualityInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PairwiseQuestionAnsweringQualityInput.
Input for pairwise question answering quality metric.
[[["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-04-09 UTC."],[[["This document provides reference information for the `PairwiseQuestionAnsweringQualityInput` class within the Google Cloud AI Platform v1beta1 API, specifically for versions 1.0.0-beta21 and 1.0.0-beta20."],["`PairwiseQuestionAnsweringQualityInput` serves as input for evaluating the quality of pairwise question answering within the API, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class, and the provided documentation highlights inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class has two constructors: a default constructor and a constructor that accepts another `PairwiseQuestionAnsweringQualityInput` object as a parameter, and it contains two properties: `Instance`, and `MetricSpec`, which are required fields relating to pairwise question answering quality."],["The `PairwiseQuestionAnsweringQualityInput` class is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]