Class: Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolCallLatencyMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolCallLatencyMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation.rb
Overview
Metrics for tool call latency.
Instance Attribute Summary collapse
-
#average_latency ⇒ ::Google::Protobuf::Duration
readonly
Output only.
-
#tool ⇒ ::String
readonly
Output only.
Instance Attribute Details
#average_latency ⇒ ::Google::Protobuf::Duration (readonly)
Returns Output only. The average latency of the tool calls.
63 64 65 66 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 63 class ToolCallLatencyMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tool ⇒ ::String (readonly)
Returns Output only. The name of the tool.
63 64 65 66 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 63 class ToolCallLatencyMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |