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

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

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

Latency metrics for a component.

Inheritance

object > LatencyReport.Types.LatencyMetrics

Namespace

Google.Cloud.Ces.V1Beta

Assembly

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