Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningInputTextReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningInputTextReference
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
References a portion of the original input text that corresponds to logical elements.
Constant Summary collapse
- SENSITIVE =
[:text]
Instance Attribute Summary collapse
-
#text ⇒ String
The specific text from the original input that this reference points to.
Instance Attribute Details
#text ⇒ String
The specific text from the original input that this reference points to.
1621 1622 1623 1624 1625 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1621 class GuardrailAutomatedReasoningInputTextReference < Struct.new( :text) SENSITIVE = [:text] include Aws::Structure end |