Class MetricsByAppVersion (0.3.0)

MetricsByAppVersion(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metrics aggregated per app version.

Attributes

Name Description
app_version_id str
Output only. The app version ID.
tool_metrics MutableSequence[google.cloud.ces_v1beta.types.AggregatedMetrics.ToolMetrics]
Output only. Metrics for each tool within this app version.
semantic_similarity_metrics MutableSequence[google.cloud.ces_v1beta.types.AggregatedMetrics.SemanticSimilarityMetrics]
Output only. Metrics for semantic similarity within this app version.
hallucination_metrics MutableSequence[google.cloud.ces_v1beta.types.AggregatedMetrics.HallucinationMetrics]
Output only. Metrics for hallucination within this app version.
tool_call_latency_metrics MutableSequence[google.cloud.ces_v1beta.types.AggregatedMetrics.ToolCallLatencyMetrics]
Output only. Metrics for tool call latency within this app version.
turn_latency_metrics MutableSequence[google.cloud.ces_v1beta.types.AggregatedMetrics.TurnLatencyMetrics]
Output only. Metrics for turn latency within this app version.
pass_count int
Output only. The number of times the evaluation passed.
fail_count int
Output only. The number of times the evaluation failed.
metrics_by_turn MutableSequence[google.cloud.ces_v1beta.types.AggregatedMetrics.MetricsByTurn]
Output only. Metrics aggregated per turn within this app version.