Class: Aws::BedrockRuntime::Types::ConverseStreamResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#streamTypes::ConverseStreamOutput

The output stream that the model generated.



537
538
539
540
541
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 537

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