Class: Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolCallLatencyMetrics

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1beta/evaluation.rb

Overview

Metrics for tool call latency.

Instance Attribute Summary collapse

Instance Attribute Details

#average_latency::Google::Protobuf::Duration (readonly)

Returns Output only. The average latency of the tool calls.

Returns:



63
64
65
66
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 63

class ToolCallLatencyMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tool::String (readonly)

Returns Output only. The name of the tool.

Returns:

  • (::String)

    Output only. The name of the tool.



63
64
65
66
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 63

class ToolCallLatencyMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end