public sealed class AggregatedMetrics.Types.MetricsByAppVersion : IMessage<AggregatedMetrics.Types.MetricsByAppVersion>, IEquatable<AggregatedMetrics.Types.MetricsByAppVersion>, IDeepCloneable<AggregatedMetrics.Types.MetricsByAppVersion>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class AggregatedMetrics.Types.MetricsByAppVersion.
Metrics aggregated per app version.
Implements
IMessageAggregatedMetricsTypesMetricsByAppVersion, IEquatableAggregatedMetricsTypesMetricsByAppVersion, IDeepCloneableAggregatedMetricsTypesMetricsByAppVersion, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
MetricsByAppVersion()
public MetricsByAppVersion()MetricsByAppVersion(MetricsByAppVersion)
public MetricsByAppVersion(AggregatedMetrics.Types.MetricsByAppVersion other)| Parameter | |
|---|---|
| Name | Description |
other |
AggregatedMetricsTypesMetricsByAppVersion |
Properties
AppVersionId
public string AppVersionId { get; set; }Output only. The app version ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FailCount
public int FailCount { get; set; }Output only. The number of times the evaluation failed.
| Property Value | |
|---|---|
| Type | Description |
int |
|
HallucinationMetrics
public RepeatedField<AggregatedMetrics.Types.HallucinationMetrics> HallucinationMetrics { get; }Output only. Metrics for hallucination within this app version.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAggregatedMetricsTypesHallucinationMetrics |
|
MetricsByTurn
public RepeatedField<AggregatedMetrics.Types.MetricsByTurn> MetricsByTurn { get; }Output only. Metrics aggregated per turn within this app version.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAggregatedMetricsTypesMetricsByTurn |
|
PassCount
public int PassCount { get; set; }Output only. The number of times the evaluation passed.
| Property Value | |
|---|---|
| Type | Description |
int |
|
SemanticSimilarityMetrics
public RepeatedField<AggregatedMetrics.Types.SemanticSimilarityMetrics> SemanticSimilarityMetrics { get; }Output only. Metrics for semantic similarity within this app version.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAggregatedMetricsTypesSemanticSimilarityMetrics |
|
ToolCallLatencyMetrics
public RepeatedField<AggregatedMetrics.Types.ToolCallLatencyMetrics> ToolCallLatencyMetrics { get; }Output only. Metrics for tool call latency within this app version.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAggregatedMetricsTypesToolCallLatencyMetrics |
|
ToolMetrics
public RepeatedField<AggregatedMetrics.Types.ToolMetrics> ToolMetrics { get; }Output only. Metrics for each tool within this app version.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAggregatedMetricsTypesToolMetrics |
|
TurnLatencyMetrics
public RepeatedField<AggregatedMetrics.Types.TurnLatencyMetrics> TurnLatencyMetrics { get; }Output only. Metrics for turn latency within this app version.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAggregatedMetricsTypesTurnLatencyMetrics |
|