Class: Google::Cloud::Ces::V1beta::LatencyReport::CallbackLatency

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#latency_metrics::Google::Cloud::Ces::V1beta::LatencyReport::LatencyMetrics (readonly)

Returns Output only. The latency metrics for the callback.

Returns:



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.

Returns:

  • (::String)

    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