public sealed class QuestionAnsweringCorrectnessInput : IMessage<QuestionAnsweringCorrectnessInput>, IEquatable<QuestionAnsweringCorrectnessInput>, IDeepCloneable<QuestionAnsweringCorrectnessInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-03-31 UTC."],[[["This document provides reference information for the `QuestionAnsweringCorrectnessInput` class, a part of the Vertex AI v1beta1 API within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `QuestionAnsweringCorrectnessInput` class is designed to serve as the input for assessing question-answering correctness metrics and implements several interfaces for functionality such as deep cloning and message handling."],["Two versions of the API class, `1.0.0-beta21` (latest) and `1.0.0-beta20`, are referenced, with the documentation detailing its inheritance from the base `object` class."],["The class includes two key properties, `Instance` and `MetricSpec`, which are both required for question-answering, and are of the types `QuestionAnsweringCorrectnessInstance` and `QuestionAnsweringCorrectnessSpec` respectively."],["The document describes the available constructors for the class, which include a default constructor and one that takes another `QuestionAnsweringCorrectnessInput` object as a parameter for copying purposes."]]],[]]