Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaQualityMetricsTopkMetrics

Stores the metric values at specific top-k levels.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaQualityMetricsTopkMetrics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaQualityMetricsTopkMetrics : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Top1

The top-1 value.

Declaration
[JsonProperty("top1")]
public virtual double? Top1 { get; set; }
Property Value
Type Description
double?

Top10

The top-10 value.

Declaration
[JsonProperty("top10")]
public virtual double? Top10 { get; set; }
Property Value
Type Description
double?

Top3

The top-3 value.

Declaration
[JsonProperty("top3")]
public virtual double? Top3 { get; set; }
Property Value
Type Description
double?

Top5

The top-5 value.

Declaration
[JsonProperty("top5")]
public virtual double? Top5 { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX