Class: Aws::BedrockRuntime::Types::InvokeGuardrailChecksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::InvokeGuardrailChecksResponse
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#results ⇒ Types::GuardrailChecksResults
The per-check results containing findings from the guardrail evaluation.
-
#usage ⇒ Types::GuardrailChecksUsageResults
The per-check text unit consumption for the guardrail evaluation.
Instance Attribute Details
#results ⇒ Types::GuardrailChecksResults
The per-check results containing findings from the guardrail evaluation.
3655 3656 3657 3658 3659 3660 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3655 class InvokeGuardrailChecksResponse < Struct.new( :results, :usage) SENSITIVE = [] include Aws::Structure end |
#usage ⇒ Types::GuardrailChecksUsageResults
The per-check text unit consumption for the guardrail evaluation.
3655 3656 3657 3658 3659 3660 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3655 class InvokeGuardrailChecksResponse < Struct.new( :results, :usage) SENSITIVE = [] include Aws::Structure end |