Class: Google::Cloud::Ces::V1beta::AggregatedMetrics::MetricsByTurn
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::AggregatedMetrics::MetricsByTurn
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation.rb
Overview
Metrics aggregated per turn.
Instance Attribute Summary collapse
-
#hallucination_metrics ⇒ ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::HallucinationMetrics>
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_index ⇒ ::Integer
readonly
Output only.
-
#turn_latency_metrics ⇒ ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::TurnLatencyMetrics>
readonly
Output only.
Instance Attribute Details
#hallucination_metrics ⇒ ::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::HallucinationMetrics> (readonly)
Returns Output only. Metrics for hallucination within this turn.
138 139 140 141 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 138 class MetricsByTurn 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 turn.
138 139 140 141 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 138 class MetricsByTurn 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 turn.
138 139 140 141 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 138 class MetricsByTurn 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 turn.
138 139 140 141 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 138 class MetricsByTurn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#turn_index ⇒ ::Integer (readonly)
Returns Output only. The turn index (0-based).
138 139 140 141 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 138 class MetricsByTurn 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 turn.
138 139 140 141 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 138 class MetricsByTurn include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |