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.
Implements
IMessageQualityMetricsTypesTopkMetrics, IEquatableQualityMetricsTypesTopkMetrics, IDeepCloneableQualityMetricsTypesTopkMetrics, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
TopkMetrics()
public TopkMetrics()
TopkMetrics(TopkMetrics)
public TopkMetrics(QualityMetrics.Types.TopkMetrics other)
Parameter | |
---|---|
Name | Description |
other |
QualityMetricsTypesTopkMetrics |
Properties
Top1
public double Top1 { get; set; }
The top-1 value.
Property Value | |
---|---|
Type | Description |
double |
Top10
public double Top10 { get; set; }
The top-10 value.
Property Value | |
---|---|
Type | Description |
double |
Top3
public double Top3 { get; set; }
The top-3 value.
Property Value | |
---|---|
Type | Description |
double |
Top5
public double Top5 { get; set; }
The top-5 value.
Property Value | |
---|---|
Type | Description |
double |