public sealed class QualityMetrics.Types.TopkMetrics : IMessage<QualityMetrics.Types.TopkMetrics>, IEquatable<QualityMetrics.Types.TopkMetrics>, IDeepCloneable<QualityMetrics.Types.TopkMetrics>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class QualityMetrics.Types.TopkMetrics.
Stores the metric values at specific top-k levels.
[[["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 document provides reference documentation for the `QualityMetrics.Types.TopkMetrics` class within the Google Cloud Discovery Engine v1beta API, specifically for versions 1.0.0-beta17 and the latest, 1.0.0-beta18."],["The `QualityMetrics.Types.TopkMetrics` class is designed to store metric values at different top-k levels, inheriting from `object` and implementing various interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances of `TopkMetrics`, either as a default instance or by copying an existing `QualityMetrics.Types.TopkMetrics` object."],["Key properties include `Top1`, `Top3`, `Top5`, and `Top10`, which represent metric values at the top-1, top-3, top-5, and top-10 levels, respectively, and are all of type `double`."],["The `TopkMetrics` class is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and can be found within the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]