Class: Aws::BedrockRuntime::Types::GuardrailInvocationMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailInvocationMetrics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The invocation metrics for the guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#guardrail_coverage ⇒ Types::GuardrailCoverage
The coverage details for the guardrail invocation metrics.
-
#guardrail_processing_latency ⇒ Integer
The processing latency details for the guardrail invocation metrics.
-
#usage ⇒ Types::GuardrailUsage
The usage details for the guardrail invocation metrics.
Instance Attribute Details
#guardrail_coverage ⇒ Types::GuardrailCoverage
The coverage details for the guardrail invocation metrics.
1050 1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1050 class GuardrailInvocationMetrics < Struct.new( :guardrail_processing_latency, :usage, :guardrail_coverage) SENSITIVE = [] include Aws::Structure end |
#guardrail_processing_latency ⇒ Integer
The processing latency details for the guardrail invocation metrics.
1050 1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1050 class GuardrailInvocationMetrics < Struct.new( :guardrail_processing_latency, :usage, :guardrail_coverage) SENSITIVE = [] include Aws::Structure end |
#usage ⇒ Types::GuardrailUsage
The usage details for the guardrail invocation metrics.
1050 1051 1052 1053 1054 1055 1056 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1050 class GuardrailInvocationMetrics < Struct.new( :guardrail_processing_latency, :usage, :guardrail_coverage) SENSITIVE = [] include Aws::Structure end |