public sealed class QuestionAnsweringHelpfulnessSpec : IMessage<QuestionAnsweringHelpfulnessSpec>, IEquatable<QuestionAnsweringHelpfulnessSpec>, IDeepCloneable<QuestionAnsweringHelpfulnessSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class QuestionAnsweringHelpfulnessSpec.
[[["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-31 UTC."],[[["The `QuestionAnsweringHelpfulnessSpec` class, part of the Cloud AI Platform v1beta1 API, defines the specification for the question answering helpfulness metric."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and equality comparison."],["It inherits from `object` and contains two constructors: a default constructor and one that accepts another `QuestionAnsweringHelpfulnessSpec` instance for creating a copy."],["The class has two properties: `UseReference`, a boolean indicating whether to use instance.reference for calculations, and `Version`, an integer specifying the evaluation version."],["The current documentation provides information for the most recent version `1.0.0-beta21`, along with the previous version `1.0.0-beta20`."]]],[]]