Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::EvaluationResult::ToolCallLatency.
The latency of a tool call execution.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#display_name
def display_name() -> ::String
Returns
- (::String) — Output only. The display name of the tool.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The end time of the tool call execution.
#execution_latency
def execution_latency() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Output only. The latency of the tool call execution.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The start time of the tool call execution.
#tool
def tool() -> ::String
Returns
-
(::String) — Output only. The name of the tool that got executed.
Format:
projects/{project}/locations/{location}/apps/{app}/tools/{tool}.