public sealed class PairwiseQuestionAnsweringQualitySpec : IMessage<PairwiseQuestionAnsweringQualitySpec>, IEquatable<PairwiseQuestionAnsweringQualitySpec>, IDeepCloneable<PairwiseQuestionAnsweringQualitySpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PairwiseQuestionAnsweringQualitySpec.
Spec for pairwise question answering quality score 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-03-21 UTC."],[[["The `PairwiseQuestionAnsweringQualitySpec` class in the Cloud AI Platform v1beta1 API is used to define the specification for evaluating the quality score of pairwise question answering."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffered message operations."],["The class includes a constructor and inherited members such as `GetHashCode`, `GetType`, and `ToString` from the base `object` class, as well as version properties."],["It has two key properties, `UseReference`, a boolean that determines whether to use the instance's reference to compute the question answering quality, and `Version`, an integer that determines which evaluation version to utilize."],["The latest version of this class can be found under version `1.0.0-beta21`."]]],[]]