Class: Google::Cloud::Ces::V1beta::EvaluationResult::ToolCallLatency
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::EvaluationResult::ToolCallLatency
- 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
-
#display_name ⇒ ::String
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#execution_latency ⇒ ::Google::Protobuf::Duration
readonly
Output only.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#tool ⇒ ::String
readonly
Output only.
Instance Attribute Details
#display_name ⇒ ::String (readonly)
Returns 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.
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.
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.
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}.
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 |