Class: Google::Cloud::Ces::V1beta::LatencyReport::LatencyMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::LatencyReport::LatencyMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation.rb
Overview
Latency metrics for a component.
Instance Attribute Summary collapse
-
#call_count ⇒ ::Integer
readonly
Output only.
-
#p50_latency ⇒ ::Google::Protobuf::Duration
readonly
Output only.
-
#p90_latency ⇒ ::Google::Protobuf::Duration
readonly
Output only.
-
#p99_latency ⇒ ::Google::Protobuf::Duration
readonly
Output only.
Instance Attribute Details
#call_count ⇒ ::Integer (readonly)
Returns Output only. The number of times the resource was called.
1225 1226 1227 1228 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1225 class LatencyMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#p50_latency ⇒ ::Google::Protobuf::Duration (readonly)
Returns Output only. The 50th percentile latency.
1225 1226 1227 1228 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1225 class LatencyMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#p90_latency ⇒ ::Google::Protobuf::Duration (readonly)
Returns Output only. The 90th percentile latency.
1225 1226 1227 1228 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1225 class LatencyMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#p99_latency ⇒ ::Google::Protobuf::Duration (readonly)
Returns Output only. The 99th percentile latency.
1225 1226 1227 1228 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1225 class LatencyMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |