Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningInputTextReference

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#textString

The specific text from the original input that this reference points to.



1871
1872
1873
1874
1875
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1871

class GuardrailAutomatedReasoningInputTextReference < Struct.new(
  :text)
  SENSITIVE = [:text]
  include Aws::Structure
end