Class: Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateStreamResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

The session ID.

Returns:

  • (String)


5407
5408
5409
5410
5411
5412
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 5407

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

#streamTypes::RetrieveAndGenerateStreamResponseOutput

A stream of events from the model.



5407
5408
5409
5410
5411
5412
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 5407

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