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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/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)


1463
1464
1465
1466
1467
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1463

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