Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveStreamResponse

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

Overview

Response structure for the agentic retrieve stream operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#streamTypes::AgenticRetrieveStreamResponseOutput

The output stream containing retrieval results and trace events.



1121
1122
1123
1124
1125
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1121

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