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



10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
10533
10534
10535
10536
10537
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 10522

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