Class LatencyReportLlmCallLatency
Latency metrics for a single LLM call.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class LatencyReportLlmCallLatency : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LatencyMetrics
Output only. The latency metrics for the LLM call.
Declaration
[JsonProperty("latencyMetrics")]
public virtual LatencyReportLatencyMetrics LatencyMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| LatencyReportLatencyMetrics |
Model
Output only. The name of the model.
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
| Type | Description |
|---|---|
| string |