public sealed class LatencyReport.Types.LlmCallLatency : IMessage<LatencyReport.Types.LlmCallLatency>, IEquatable<LatencyReport.Types.LlmCallLatency>, IDeepCloneable<LatencyReport.Types.LlmCallLatency>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class LatencyReport.Types.LlmCallLatency.
Latency metrics for a single LLM call.
Implements
IMessageLatencyReportTypesLlmCallLatency, IEquatableLatencyReportTypesLlmCallLatency, IDeepCloneableLatencyReportTypesLlmCallLatency, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
LlmCallLatency()
public LlmCallLatency()LlmCallLatency(LlmCallLatency)
public LlmCallLatency(LatencyReport.Types.LlmCallLatency other)| Parameter | |
|---|---|
| Name | Description |
other |
LatencyReportTypesLlmCallLatency |
Properties
LatencyMetrics
public LatencyReport.Types.LatencyMetrics LatencyMetrics { get; set; }Output only. The latency metrics for the LLM call.
| Property Value | |
|---|---|
| Type | Description |
LatencyReportTypesLatencyMetrics |
|
Model
public string Model { get; set; }Output only. The name of the model.
| Property Value | |
|---|---|
| Type | Description |
string |
|