public sealed class QuestionAnsweringRelevanceSpec : IMessage<QuestionAnsweringRelevanceSpec>, IEquatable<QuestionAnsweringRelevanceSpec>, IDeepCloneable<QuestionAnsweringRelevanceSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class QuestionAnsweringRelevanceSpec.
[[["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."],[[["The `QuestionAnsweringRelevanceSpec` class, part of the Cloud AI Platform v1beta1 API, defines the specification for the question answering relevance metric."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and deep cloning within the Google.Protobuf framework."],["It offers two constructors: a default one and another that allows creating a copy from an existing `QuestionAnsweringRelevanceSpec` object."],["The class includes two key properties: `UseReference`, a boolean that determines whether to utilize instance.reference for computing relevance, and `Version`, an integer indicating the evaluation version."],["The latest available version for this class can be found at `1.0.0-beta21`, while the current documentation is for `1.0.0-beta02` with links to previous versions such as `1.0.0-beta20`."]]],[]]