Class: Aws::BedrockRuntime::Types::InvokeModelWithBidirectionalStreamInput
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::BedrockRuntime::Types::InvokeModelWithBidirectionalStreamInput
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Payload content, the speech chunk, for the bidirectional input of the invocation step.
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
4288 4289 4290 4291 4292 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4288 def event_types [ :chunk ] end |