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

Inherits:
Enumerator
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/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



4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4329

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