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-04-09 UTC."],[[["This documentation covers the `PairwiseQuestionAnsweringQualitySpec` class within the Cloud AI Platform v1beta1 API, specifically for the .NET environment, detailing its use in evaluating pairwise question answering quality."],["The `PairwiseQuestionAnsweringQualitySpec` class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is available in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, with the latest version being 1.0.0-beta21."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning, equality comparisons, and message handling."],["Key properties of this class are `UseReference`, a boolean indicating whether to use instance references, and `Version`, an integer specifying the evaluation version to use."],["The class offers two constructors, a default constructor, and another that allows a user to pass an object of the same type into it."]]],[]]