public sealed class QuestionAnsweringQualitySpec : IMessage<QuestionAnsweringQualitySpec>, IEquatable<QuestionAnsweringQualitySpec>, IDeepCloneable<QuestionAnsweringQualitySpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class QuestionAnsweringQualitySpec.
[[["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 `QuestionAnsweringQualitySpec` class, part of the Cloud AI Platform v1beta1 API, defines the specification for evaluating the quality of question answering."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The class offers two constructors, allowing for the creation of new instances or copies of existing `QuestionAnsweringQualitySpec` objects."],["It has properties `UseReference` (a boolean indicating whether to use instance references) and `Version` (an integer specifying the evaluation version) for configuring quality evaluation metrics."],["The latest version of the documentation for `QuestionAnsweringQualitySpec` is `1.0.0-beta21`."]]],[]]