Class: Google::Cloud::Ces::V1beta::LatencyReport::CallbackLatency
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::LatencyReport::CallbackLatency
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation.rb
Overview
Latency metrics for a single callback.
Instance Attribute Summary collapse
-
#latency_metrics ⇒ ::Google::Cloud::Ces::V1beta::LatencyReport::LatencyMetrics
readonly
Output only.
-
#stage ⇒ ::String
readonly
Output only.
Instance Attribute Details
#latency_metrics ⇒ ::Google::Cloud::Ces::V1beta::LatencyReport::LatencyMetrics (readonly)
Returns Output only. The latency metrics for the callback.
1260 1261 1262 1263 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1260 class CallbackLatency include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stage ⇒ ::String (readonly)
Returns Output only. The stage of the callback.
1260 1261 1262 1263 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1260 class CallbackLatency include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |