Class LatencyReport
Latency report for the evaluation run.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class LatencyReport : IDirectResponseSchema
Properties
CallbackLatencies
Output only. Unordered list. Latency metrics for each callback.
Declaration
[JsonProperty("callbackLatencies")]
public virtual IList<LatencyReportCallbackLatency> CallbackLatencies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<LatencyReportCallbackLatency> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GuardrailLatencies
Output only. Unordered list. Latency metrics for each guardrail.
Declaration
[JsonProperty("guardrailLatencies")]
public virtual IList<LatencyReportGuardrailLatency> GuardrailLatencies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<LatencyReportGuardrailLatency> |
LlmCallLatencies
Output only. Unordered list. Latency metrics for each LLM call.
Declaration
[JsonProperty("llmCallLatencies")]
public virtual IList<LatencyReportLlmCallLatency> LlmCallLatencies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<LatencyReportLlmCallLatency> |
SessionCount
Output only. The total number of sessions considered in the latency report.
Declaration
[JsonProperty("sessionCount")]
public virtual int? SessionCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ToolLatencies
Output only. Unordered list. Latency metrics for each tool.
Declaration
[JsonProperty("toolLatencies")]
public virtual IList<LatencyReportToolLatency> ToolLatencies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<LatencyReportToolLatency> |