public sealed class QuestionAnsweringRelevanceInput : IMessage<QuestionAnsweringRelevanceInput>, IEquatable<QuestionAnsweringRelevanceInput>, IDeepCloneable<QuestionAnsweringRelevanceInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class QuestionAnsweringRelevanceInput.
[[["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 `QuestionAnsweringRelevanceInput` class within the Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02 and later."],["The `QuestionAnsweringRelevanceInput` class is designed as an input for determining the relevance metric in question answering scenarios, inheriting from `object` and implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `QuestionAnsweringRelevanceInput()` and a copy constructor `QuestionAnsweringRelevanceInput(QuestionAnsweringRelevanceInput other)`."],["`QuestionAnsweringRelevanceInput` class contains two critical properties, `Instance` which is a required `QuestionAnsweringRelevanceInstance` and `MetricSpec` which is a required `QuestionAnsweringRelevanceSpec` used to describe the relevance metrics."]]],[]]