Class: Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateStreamResponse
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_id ⇒ String
The session ID.
-
#stream ⇒ Types::RetrieveAndGenerateStreamResponseOutput
A stream of events from the model.
Instance Attribute Details
#session_id ⇒ String
The session ID.
7913 7914 7915 7916 7917 7918 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7913 class RetrieveAndGenerateStreamResponse < Struct.new( :stream, :session_id) SENSITIVE = [] include Aws::Structure end |
#stream ⇒ Types::RetrieveAndGenerateStreamResponseOutput
A stream of events from the model.
7913 7914 7915 7916 7917 7918 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7913 class RetrieveAndGenerateStreamResponse < Struct.new( :stream, :session_id) SENSITIVE = [] include Aws::Structure end |