public sealed class QuestionAnsweringCorrectnessSpec : IMessage<QuestionAnsweringCorrectnessSpec>, IEquatable<QuestionAnsweringCorrectnessSpec>, IDeepCloneable<QuestionAnsweringCorrectnessSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class QuestionAnsweringCorrectnessSpec.
[[["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 `QuestionAnsweringCorrectnessSpec` class within the Vertex AI v1beta1 API, specifically for version 1.0.0-beta18."],["The `QuestionAnsweringCorrectnessSpec` class is designed to define the specification for the question answering correctness metric, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors, a default one and another that accepts another `QuestionAnsweringCorrectnessSpec` object, both of which can be used to create instance."],["It includes properties `UseReference`, a boolean indicating whether to use instance.reference for computation, and `Version`, an integer specifying the evaluation version."],["The documentation also includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class, and the class is located within the `Google.Cloud.AIPlatform.V1Beta1` namespace, found in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]