public sealed class AggregatedMetrics.Types.MetricsByTurn : IMessage<AggregatedMetrics.Types.MetricsByTurn>, IEquatable<AggregatedMetrics.Types.MetricsByTurn>, IDeepCloneable<AggregatedMetrics.Types.MetricsByTurn>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class AggregatedMetrics.Types.MetricsByTurn.
Metrics aggregated per turn.
Implements
IMessageAggregatedMetricsTypesMetricsByTurn, IEquatableAggregatedMetricsTypesMetricsByTurn, IDeepCloneableAggregatedMetricsTypesMetricsByTurn, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
MetricsByTurn()
public MetricsByTurn()MetricsByTurn(MetricsByTurn)
public MetricsByTurn(AggregatedMetrics.Types.MetricsByTurn other)| Parameter | |
|---|---|
| Name | Description |
other |
AggregatedMetricsTypesMetricsByTurn |
Properties
HallucinationMetrics
public RepeatedField<AggregatedMetrics.Types.HallucinationMetrics> HallucinationMetrics { get; }Output only. Metrics for hallucination within this turn.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAggregatedMetricsTypesHallucinationMetrics |
|
SemanticSimilarityMetrics
public RepeatedField<AggregatedMetrics.Types.SemanticSimilarityMetrics> SemanticSimilarityMetrics { get; }Output only. Metrics for semantic similarity within this turn.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAggregatedMetricsTypesSemanticSimilarityMetrics |
|
ToolCallLatencyMetrics
public RepeatedField<AggregatedMetrics.Types.ToolCallLatencyMetrics> ToolCallLatencyMetrics { get; }Output only. Metrics for tool call latency within this turn.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAggregatedMetricsTypesToolCallLatencyMetrics |
|
ToolMetrics
public RepeatedField<AggregatedMetrics.Types.ToolMetrics> ToolMetrics { get; }Output only. Metrics for each tool within this turn.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAggregatedMetricsTypesToolMetrics |
|
TurnIndex
public int TurnIndex { get; set; }Output only. The turn index (0-based).
| Property Value | |
|---|---|
| Type | Description |
int |
|
TurnLatencyMetrics
public RepeatedField<AggregatedMetrics.Types.TurnLatencyMetrics> TurnLatencyMetrics { get; }Output only. Metrics for turn latency within this turn.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAggregatedMetricsTypesTurnLatencyMetrics |
|