Class: Aws::BedrockRuntime::Types::InvokeModelWithBidirectionalStreamOutput
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::BedrockRuntime::Types::InvokeModelWithBidirectionalStreamOutput
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Output from the bidirectional stream that was used for model invocation.
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
4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4915 def event_types [ :chunk, :internal_server_exception, :model_stream_error_exception, :validation_exception, :throttling_exception, :model_timeout_exception, :service_unavailable_exception ] end |