Gemini Enterprise for Customer Experience v1beta API - Class AggregatedMetrics.Types.MetricsByTurn (1.0.0-beta01)

public sealed class AggregatedMetrics.Types.MetricsByTurn : IMessage<AggregatedMetrics.Types.MetricsByTurn>, IEquatable<AggregatedMetrics.Types.MetricsByTurn>, IDeepCloneable<AggregatedMetrics.Types.MetricsByTurn>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class AggregatedMetrics.Types.MetricsByTurn.

Metrics aggregated per turn.

Inheritance

object > AggregatedMetrics.Types.MetricsByTurn

Namespace

Google.Cloud.Ces.V1Beta

Assembly

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