Class: Google::Cloud::Ces::V1beta::AggregatedMetrics::TurnLatencyMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::AggregatedMetrics::TurnLatencyMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation.rb
Overview
Metrics for turn latency.
Instance Attribute Summary collapse
-
#average_latency ⇒ ::Google::Protobuf::Duration
readonly
Output only.
Instance Attribute Details
#average_latency ⇒ ::Google::Protobuf::Duration (readonly)
Returns Output only. The average latency of the turns.
51 52 53 54 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 51 class TurnLatencyMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |