Class: Aws::BedrockRuntime::Types::ConverseStreamOutput
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::BedrockRuntime::Types::ConverseStreamOutput
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The messages output 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
4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4974 def event_types [ :message_start, :content_block_start, :content_block_delta, :content_block_stop, :message_stop, :metadata, :internal_server_exception, :model_stream_error_exception, :validation_exception, :throttling_exception, :service_unavailable_exception ] end |