Class: Google::Cloud::Ces::V1beta::LatencyReport::GuardrailLatency
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::LatencyReport::GuardrailLatency
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation.rb
Overview
Latency metrics for a single guardrail.
Instance Attribute Summary collapse
-
#guardrail ⇒ ::String
readonly
Output only.
-
#guardrail_display_name ⇒ ::String
readonly
Output only.
-
#latency_metrics ⇒ ::Google::Cloud::Ces::V1beta::LatencyReport::LatencyMetrics
readonly
Output only.
Instance Attribute Details
#guardrail ⇒ ::String (readonly)
Returns Output only. The name of the guardrail.
Format:
projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}.
1277 1278 1279 1280 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1277 class GuardrailLatency include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#guardrail_display_name ⇒ ::String (readonly)
Returns Output only. The display name of the guardrail.
1277 1278 1279 1280 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1277 class GuardrailLatency include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#latency_metrics ⇒ ::Google::Cloud::Ces::V1beta::LatencyReport::LatencyMetrics (readonly)
Returns Output only. The latency metrics for the guardrail.
1277 1278 1279 1280 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1277 class GuardrailLatency include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |