Class: Google::Cloud::Ces::V1beta::AggregatedMetrics::MetricsByAppVersion
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::AggregatedMetrics::MetricsByAppVersion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation.rb
Overview
Metrics aggregated per app version.
Instance Attribute Summary collapse
-
#app_version_id ⇒ ::String
readonly
Output only.
-
#fail_count ⇒ ::Integer
readonly
Output only.
-
#hallucination_metrics ⇒ ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::HallucinationMetrics>
readonly
Output only.
-
#metrics_by_turn ⇒ ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::MetricsByTurn>
readonly
Output only.
-
#pass_count ⇒ ::Integer
readonly
Output only.
-
#semantic_similarity_metrics ⇒ ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::SemanticSimilarityMetrics>
readonly
Output only.
-
#tool_call_latency_metrics ⇒ ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolCallLatencyMetrics>
readonly
Output only.
-
#tool_metrics ⇒ ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolMetrics>
readonly
Output only.
-
#turn_latency_metrics ⇒ ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::TurnLatencyMetrics>
readonly
Output only.
Instance Attribute Details
#app_version_id ⇒ ::String (readonly)
Returns Output only. The app version ID.
114 115 116 117 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 114 class MetricsByAppVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fail_count ⇒ ::Integer (readonly)
Returns Output only. The number of times the evaluation failed.
114 115 116 117 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 114 class MetricsByAppVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hallucination_metrics ⇒ ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::HallucinationMetrics> (readonly)
Returns Output only. Metrics for hallucination within this app version.
114 115 116 117 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 114 class MetricsByAppVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metrics_by_turn ⇒ ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::MetricsByTurn> (readonly)
Returns Output only. Metrics aggregated per turn within this app version.
114 115 116 117 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 114 class MetricsByAppVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pass_count ⇒ ::Integer (readonly)
Returns Output only. The number of times the evaluation passed.
114 115 116 117 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 114 class MetricsByAppVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#semantic_similarity_metrics ⇒ ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::SemanticSimilarityMetrics> (readonly)
Returns Output only. Metrics for semantic similarity within this app version.
114 115 116 117 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 114 class MetricsByAppVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tool_call_latency_metrics ⇒ ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolCallLatencyMetrics> (readonly)
Returns Output only. Metrics for tool call latency within this app version.
114 115 116 117 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 114 class MetricsByAppVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tool_metrics ⇒ ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolMetrics> (readonly)
Returns Output only. Metrics for each tool within this app version.
114 115 116 117 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 114 class MetricsByAppVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#turn_latency_metrics ⇒ ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::TurnLatencyMetrics> (readonly)
Returns Output only. Metrics for turn latency within this app version.
114 115 116 117 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 114 class MetricsByAppVersion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |