Class: Aws::BedrockRuntime::Types::ResponseStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::BedrockRuntime::Types::ResponseStream
- 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_types ⇒ Object
2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2220 def event_types [ :chunk, :internal_server_exception, :model_stream_error_exception, :validation_exception, :throttling_exception, :model_timeout_exception, :service_unavailable_exception ] end |