Class: Aws::BedrockRuntime::Types::GuardrailChecksMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailChecksMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
A message to evaluate against guardrail checks, containing a role and content blocks.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Array<Types::GuardrailChecksContentBlock>
The content blocks for the message.
-
#role ⇒ String
The role of the message sender.
Instance Attribute Details
#content ⇒ Array<Types::GuardrailChecksContentBlock>
The content blocks for the message.
2452 2453 2454 2455 2456 2457 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2452 class GuardrailChecksMessage < Struct.new( :role, :content) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The role of the message sender.
2452 2453 2454 2455 2456 2457 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2452 class GuardrailChecksMessage < Struct.new( :role, :content) SENSITIVE = [] include Aws::Structure end |