Class: Google::Cloud::Ces::V1beta::LatencyReport::LatencyMetrics

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 component.

Instance Attribute Summary collapse

Instance Attribute Details

#call_count::Integer (readonly)

Returns Output only. The number of times the resource was called.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:



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.

Returns:



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