Class: Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateStreamResponse
- Includes:
- Structure
- Defined in:
- 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.
8981 8982 8983 8984 8985 8986 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8981 class RetrieveAndGenerateStreamResponse < Struct.new( :session_id, :stream) SENSITIVE = [] include Aws::Structure end |
#stream ⇒ Types::RetrieveAndGenerateStreamResponseOutput
A stream of events from the model.
8981 8982 8983 8984 8985 8986 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8981 class RetrieveAndGenerateStreamResponse < Struct.new( :session_id, :stream) SENSITIVE = [] include Aws::Structure end |