Class: Aws::BedrockRuntime::Types::ConverseStreamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ConverseStreamResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stream ⇒ Types::ConverseStreamOutput
The output stream that the model generated.
Instance Attribute Details
#stream ⇒ Types::ConverseStreamOutput
The output stream that the model generated.
664 665 666 667 668 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 664 class ConverseStreamResponse < Struct.new( :stream) SENSITIVE = [] include Aws::Structure end |