Class: Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateStreamResponseOutput

Inherits:
Enumerator
  • Object
show all
Defined in:
lib/aws-sdk-bedrockagentruntime/types.rb

Overview

A retrieve and generate stream response output.

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



6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 6355

def event_types
  [
    :access_denied_exception,
    :bad_gateway_exception,
    :citation,
    :conflict_exception,
    :dependency_failed_exception,
    :guardrail,
    :internal_server_exception,
    :output,
    :resource_not_found_exception,
    :service_quota_exceeded_exception,
    :throttling_exception,
    :validation_exception
  ]
end