Class: Aws::BedrockRuntime::Types::GuardrailTextBlock
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailTextBlock
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The text block to be evaluated by the guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#qualifiers ⇒ Array<String>
The qualifiers describing the text block.
-
#text ⇒ String
The input text details to be evaluated by the guardrail.
Instance Attribute Details
#qualifiers ⇒ Array<String>
The qualifiers describing the text block.
1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1214 class GuardrailTextBlock < Struct.new( :text, :qualifiers) SENSITIVE = [] include Aws::Structure end |
#text ⇒ String
The input text details to be evaluated by the guardrail.
1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1214 class GuardrailTextBlock < Struct.new( :text, :qualifiers) SENSITIVE = [] include Aws::Structure end |