public sealed class QuestionAnsweringHelpfulnessInput : IMessage<QuestionAnsweringHelpfulnessInput>, IEquatable<QuestionAnsweringHelpfulnessInput>, IDeepCloneable<QuestionAnsweringHelpfulnessInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class QuestionAnsweringHelpfulnessInput.
[[["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."],[[["This documentation covers the `QuestionAnsweringHelpfulnessInput` class, which is part of the Vertex AI v1beta1 API within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `QuestionAnsweringHelpfulnessInput` class is designed to be used as input for determining the helpfulness of question-answering systems."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as provides methods for creating instances."],["The class contains two key properties, `Instance` of type `QuestionAnsweringHelpfulnessInstance`, representing the instance data, and `MetricSpec` of type `QuestionAnsweringHelpfulnessSpec`, representing the metric specification, both of which are required."],["The documentation shows the last 2 available versions of the class and their corresponding documentation pages, being 1.0.0-beta21 and 1.0.0-beta20."]]],[]]