Class: Aws::BedrockAgentRuntime::Types::PostProcessingParsedResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Details about the response from the Lambda parsing of the output from the post-processing step.

Constant Summary collapse

SENSITIVE =
[:text]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The text returned by the parser.

Returns:

  • (String)


4050
4051
4052
4053
4054
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4050

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