public sealed class LatencyReport.Types.LatencyMetrics : IMessage<LatencyReport.Types.LatencyMetrics>, IEquatable<LatencyReport.Types.LatencyMetrics>, IDeepCloneable<LatencyReport.Types.LatencyMetrics>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class LatencyReport.Types.LatencyMetrics.
Latency metrics for a component.
Implements
IMessageLatencyReportTypesLatencyMetrics, IEquatableLatencyReportTypesLatencyMetrics, IDeepCloneableLatencyReportTypesLatencyMetrics, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
LatencyMetrics()
public LatencyMetrics()LatencyMetrics(LatencyMetrics)
public LatencyMetrics(LatencyReport.Types.LatencyMetrics other)| Parameter | |
|---|---|
| Name | Description |
other |
LatencyReportTypesLatencyMetrics |
Properties
CallCount
public int CallCount { get; set; }Output only. The number of times the resource was called.
| Property Value | |
|---|---|
| Type | Description |
int |
|
P50Latency
public Duration P50Latency { get; set; }Output only. The 50th percentile latency.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|
P90Latency
public Duration P90Latency { get; set; }Output only. The 90th percentile latency.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|
P99Latency
public Duration P99Latency { get; set; }Output only. The 99th percentile latency.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|