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

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



9176
9177
9178
9179
9180
9181
9182
9183
9184
9185
9186
9187
9188
9189
9190
9191
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 9176

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