public sealed class LatencyReport.Types.GuardrailLatency : IMessage<LatencyReport.Types.GuardrailLatency>, IEquatable<LatencyReport.Types.GuardrailLatency>, IDeepCloneable<LatencyReport.Types.GuardrailLatency>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class LatencyReport.Types.GuardrailLatency.
Latency metrics for a single guardrail.
Implements
IMessageLatencyReportTypesGuardrailLatency, IEquatableLatencyReportTypesGuardrailLatency, IDeepCloneableLatencyReportTypesGuardrailLatency, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
GuardrailLatency()
public GuardrailLatency()GuardrailLatency(GuardrailLatency)
public GuardrailLatency(LatencyReport.Types.GuardrailLatency other)| Parameter | |
|---|---|
| Name | Description |
other |
LatencyReportTypesGuardrailLatency |
Properties
Guardrail
public string Guardrail { get; set; }Output only. The name of the guardrail.
Format:
projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
GuardrailAsGuardrailName
public GuardrailName GuardrailAsGuardrailName { get; set; }GuardrailName-typed view over the Guardrail resource name property.
| Property Value | |
|---|---|
| Type | Description |
GuardrailName |
|
GuardrailDisplayName
public string GuardrailDisplayName { get; set; }Output only. The display name of the guardrail.
| Property Value | |
|---|---|
| Type | Description |
string |
|
LatencyMetrics
public LatencyReport.Types.LatencyMetrics LatencyMetrics { get; set; }Output only. The latency metrics for the guardrail.
| Property Value | |
|---|---|
| Type | Description |
LatencyReportTypesLatencyMetrics |
|