Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::LatencyReport::LatencyMetrics.
Latency metrics for a component.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#call_count
def call_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of times the resource was called.
#p50_latency
def p50_latency() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Output only. The 50th percentile latency.
#p90_latency
def p90_latency() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Output only. The 90th percentile latency.
#p99_latency
def p99_latency() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Output only. The 99th percentile latency.