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

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


7998
7999
8000
8001
8002
8003
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7998

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

#streamTypes::RetrieveAndGenerateStreamResponseOutput

A stream of events from the model.



7998
7999
8000
8001
8002
8003
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7998

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