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.



845
846
847
848
849
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 845

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