Class: Aws::BedrockAgentRuntime::Types::PostProcessingParsedResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::PostProcessingParsedResponse
- 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
-
#text ⇒ String
The text returned by the parser.
Instance Attribute Details
#text ⇒ String
The text returned by the parser.
3449 3450 3451 3452 3453 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3449 class PostProcessingParsedResponse < Struct.new( :text) SENSITIVE = [:text] include Aws::Structure end |