Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::LatencyReport::ToolLatency.
Latency metrics for a single tool.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#latency_metrics
def latency_metrics() -> ::Google::Cloud::Ces::V1beta::LatencyReport::LatencyMetrics- (::Google::Cloud::Ces::V1beta::LatencyReport::LatencyMetrics) — Output only. The latency metrics for the tool.
#tool
def tool() -> ::String-
(::String) — Output only. Format:
projects/{project}/locations/{location}/apps/{app}/tools/{tool}.Note: The following fields are mutually exclusive:
tool,toolset_tool. If a field in that set is populated, all other fields in the set will automatically be cleared.
#tool_display_name
def tool_display_name() -> ::String- (::String) — Output only. The display name of the tool.
#toolset_tool
def toolset_tool() -> ::Google::Cloud::Ces::V1beta::ToolsetTool-
(::Google::Cloud::Ces::V1beta::ToolsetTool) — Output only. The toolset tool identifier.
Note: The following fields are mutually exclusive:
toolset_tool,tool. If a field in that set is populated, all other fields in the set will automatically be cleared.