Class: Aws::BedrockRuntime::Types::ResponseStream

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

Overview

Definition of content in the response stream.

EventStream is an Enumerator of Events.

#event_types #=> Array, returns all modeled event types in the stream

Instance Method Summary collapse

Instance Method Details

#event_typesObject



2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2193

def event_types
  [
    :chunk,
    :internal_server_exception,
    :model_stream_error_exception,
    :validation_exception,
    :throttling_exception,
    :model_timeout_exception
  ]
end