Class ToolCallLatency (0.3.0)

ToolCallLatency(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The latency of a tool call execution.

Attributes

Name Description
tool str
Output only. The name of the tool that got executed. Format: projects/{project}/locations/{location}/apps/{app}/tools/{tool}.
display_name str
Output only. The display name of the tool.
start_time google.protobuf.timestamp_pb2.Timestamp
Output only. The start time of the tool call execution.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The end time of the tool call execution.
execution_latency google.protobuf.duration_pb2.Duration
Output only. The latency of the tool call execution.