Class GoogleCloudDiscoveryengineV1alphaQualityMetricsTopkMetrics
Stores the metric values at specific top-k levels.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaQualityMetricsTopkMetrics : IDirectResponseSchemaProperties
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? |