public sealed class AggregatedMetrics.Types.ToolCallLatencyMetrics : IMessage<AggregatedMetrics.Types.ToolCallLatencyMetrics>, IEquatable<AggregatedMetrics.Types.ToolCallLatencyMetrics>, IDeepCloneable<AggregatedMetrics.Types.ToolCallLatencyMetrics>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class AggregatedMetrics.Types.ToolCallLatencyMetrics.
Metrics for tool call latency.
Implements
IMessageAggregatedMetricsTypesToolCallLatencyMetrics, IEquatableAggregatedMetricsTypesToolCallLatencyMetrics, IDeepCloneableAggregatedMetricsTypesToolCallLatencyMetrics, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
ToolCallLatencyMetrics()
public ToolCallLatencyMetrics()ToolCallLatencyMetrics(ToolCallLatencyMetrics)
public ToolCallLatencyMetrics(AggregatedMetrics.Types.ToolCallLatencyMetrics other)| Parameter | |
|---|---|
| Name | Description |
other |
AggregatedMetricsTypesToolCallLatencyMetrics |
Properties
AverageLatency
public Duration AverageLatency { get; set; }Output only. The average latency of the tool calls.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|
Tool
public string Tool { get; set; }Output only. The name of the tool.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ToolAsToolName
public ToolName ToolAsToolName { get; set; }| Property Value | |
|---|---|
| Type | Description |
ToolName |
|