Gemini Enterprise for Customer Experience v1beta API - Class LatencyReport.Types.LlmCallLatency (1.0.0-beta01)

public sealed class LatencyReport.Types.LlmCallLatency : IMessage<LatencyReport.Types.LlmCallLatency>, IEquatable<LatencyReport.Types.LlmCallLatency>, IDeepCloneable<LatencyReport.Types.LlmCallLatency>, IBufferMessage, IMessage

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

Latency metrics for a single LLM call.

Inheritance

object > LatencyReport.Types.LlmCallLatency

Namespace

Google.Cloud.Ces.V1Beta

Assembly

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