Show / Hide Table of Contents

Class AggregatedMetricsMetricsByAppVersion

Metrics aggregated per app version.

Inheritance
object
AggregatedMetricsMetricsByAppVersion
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class AggregatedMetricsMetricsByAppVersion : IDirectResponseSchema

Properties

AppVersionId

Output only. The app version ID.

Declaration
[JsonProperty("appVersionId")]
public virtual string AppVersionId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

FailCount

Output only. The number of times the evaluation failed.

Declaration
[JsonProperty("failCount")]
public virtual int? FailCount { get; set; }
Property Value
Type Description
int?

HallucinationMetrics

Output only. Metrics for hallucination within this app version.

Declaration
[JsonProperty("hallucinationMetrics")]
public virtual IList<AggregatedMetricsHallucinationMetrics> HallucinationMetrics { get; set; }
Property Value
Type Description
IList<AggregatedMetricsHallucinationMetrics>

MetricsByTurn

Output only. Metrics aggregated per turn within this app version.

Declaration
[JsonProperty("metricsByTurn")]
public virtual IList<AggregatedMetricsMetricsByTurn> MetricsByTurn { get; set; }
Property Value
Type Description
IList<AggregatedMetricsMetricsByTurn>

PassCount

Output only. The number of times the evaluation passed.

Declaration
[JsonProperty("passCount")]
public virtual int? PassCount { get; set; }
Property Value
Type Description
int?

SemanticSimilarityMetrics

Output only. Metrics for semantic similarity within this app version.

Declaration
[JsonProperty("semanticSimilarityMetrics")]
public virtual IList<AggregatedMetricsSemanticSimilarityMetrics> SemanticSimilarityMetrics { get; set; }
Property Value
Type Description
IList<AggregatedMetricsSemanticSimilarityMetrics>

ToolCallLatencyMetrics

Output only. Metrics for tool call latency within this app version.

Declaration
[JsonProperty("toolCallLatencyMetrics")]
public virtual IList<AggregatedMetricsToolCallLatencyMetrics> ToolCallLatencyMetrics { get; set; }
Property Value
Type Description
IList<AggregatedMetricsToolCallLatencyMetrics>

ToolMetrics

Output only. Metrics for each tool within this app version.

Declaration
[JsonProperty("toolMetrics")]
public virtual IList<AggregatedMetricsToolMetrics> ToolMetrics { get; set; }
Property Value
Type Description
IList<AggregatedMetricsToolMetrics>

TurnLatencyMetrics

Output only. Metrics for turn latency within this app version.

Declaration
[JsonProperty("turnLatencyMetrics")]
public virtual IList<AggregatedMetricsTurnLatencyMetrics> TurnLatencyMetrics { get; set; }
Property Value
Type Description
IList<AggregatedMetricsTurnLatencyMetrics>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX