Class: Google::Cloud::Ces::V1beta::LatencyReport::GuardrailLatency

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#guardrail::String (readonly)

Returns Output only. The name of the guardrail. Format: projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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