Class: Google::Cloud::Ces::V1beta::EvaluationResult::ToolCallLatency

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

Overview

The latency of a tool call execution.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String (readonly)

Returns Output only. The display name of the tool.

Returns:

  • (::String)

    Output only. The display name of the tool.



866
867
868
869
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 866

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

#end_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The end time of the tool call execution.

Returns:



866
867
868
869
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 866

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

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

Returns Output only. The latency of the tool call execution.

Returns:



866
867
868
869
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 866

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

#start_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The start time of the tool call execution.

Returns:



866
867
868
869
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 866

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

#tool::String (readonly)

Returns Output only. The name of the tool that got executed. Format: projects/{project}/locations/{location}/apps/{app}/tools/{tool}.

Returns:

  • (::String)

    Output only. The name of the tool that got executed. Format: projects/{project}/locations/{location}/apps/{app}/tools/{tool}.



866
867
868
869
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 866

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