Gemini Enterprise for Customer Experience v1beta API - Class AggregatedMetrics.Types.ToolCallLatencyMetrics (1.0.0-beta01)

public sealed class AggregatedMetrics.Types.ToolCallLatencyMetrics : IMessage<AggregatedMetrics.Types.ToolCallLatencyMetrics>, IEquatable<AggregatedMetrics.Types.ToolCallLatencyMetrics>, IDeepCloneable<AggregatedMetrics.Types.ToolCallLatencyMetrics>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class AggregatedMetrics.Types.ToolCallLatencyMetrics.

Metrics for tool call latency.

Inheritance

object > AggregatedMetrics.Types.ToolCallLatencyMetrics

Namespace

Google.Cloud.Ces.V1Beta

Assembly

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; }

ToolName-typed view over the Tool resource name property.

Property Value
Type Description
ToolName