Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::AggregatedMetrics::MetricsByAppVersion.
Metrics aggregated per app version.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#app_version_id
def app_version_id() -> ::String
Returns
- (::String) — Output only. The app version ID.
#fail_count
def fail_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of times the evaluation failed.
#hallucination_metrics
def hallucination_metrics() -> ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::HallucinationMetrics>
Returns
- (::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::HallucinationMetrics>) — Output only. Metrics for hallucination within this app version.
#metrics_by_turn
def metrics_by_turn() -> ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::MetricsByTurn>
Returns
- (::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::MetricsByTurn>) — Output only. Metrics aggregated per turn within this app version.
#pass_count
def pass_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of times the evaluation passed.
#semantic_similarity_metrics
def semantic_similarity_metrics() -> ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::SemanticSimilarityMetrics>
Returns
- (::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::SemanticSimilarityMetrics>) — Output only. Metrics for semantic similarity within this app version.
#tool_call_latency_metrics
def tool_call_latency_metrics() -> ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolCallLatencyMetrics>
Returns
- (::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolCallLatencyMetrics>) — Output only. Metrics for tool call latency within this app version.
#tool_metrics
def tool_metrics() -> ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolMetrics>
Returns
- (::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolMetrics>) — Output only. Metrics for each tool within this app version.
#turn_latency_metrics
def turn_latency_metrics() -> ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::TurnLatencyMetrics>
Returns
- (::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::TurnLatencyMetrics>) — Output only. Metrics for turn latency within this app version.