public sealed class QuestionAnsweringCorrectnessInput : IMessage<QuestionAnsweringCorrectnessInput>, IEquatable<QuestionAnsweringCorrectnessInput>, IDeepCloneable<QuestionAnsweringCorrectnessInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class QuestionAnsweringCorrectnessInput.
[[["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 `QuestionAnsweringCorrectnessInput` class within the Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02, with links to both the latest (beta21) and beta20 versions."],["The `QuestionAnsweringCorrectnessInput` class serves as the input for assessing the correctness of question answering systems, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `object` and includes methods such as `GetHashCode`, `GetType`, and `ToString`, which are standard for objects within the .NET framework."],["It has two constructors: one default and one that takes another `QuestionAnsweringCorrectnessInput` object, and it also includes properties for `Instance` and `MetricSpec`, both of which are required for question answering correctness evaluation."],["The `QuestionAnsweringCorrectnessInput` class is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is compiled within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]