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 documentation is for the `QualityMetrics.Types.TopkMetrics` class in the Discovery Engine v1beta API, specifically version 1.0.0-beta18, which is the latest release."],["The `TopkMetrics` class stores metric values at various top-k levels and inherits from the `object` class while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `TopkMetrics()` for default initialization and `TopkMetrics(TopkMetrics other)` for copying from another `TopkMetrics` instance."],["The `TopkMetrics` class provides properties `Top1`, `Top3`, `Top5`, and `Top10` to access metric values at these specific top-k levels, each as a `double`."]]],[]]