Class: Aws::BedrockAgentRuntime::Types::OptimizedPromptStream
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::BedrockAgentRuntime::Types::OptimizedPromptStream
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The stream containing events in the prompt optimization process.
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
9121 9122 9123 9124 9125 9126 9127 9128 9129 9130 9131 9132 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 9121 def event_types [ :optimized_prompt_event, :analyze_prompt_event, :internal_server_exception, :throttling_exception, :validation_exception, :dependency_failed_exception, :access_denied_exception, :bad_gateway_exception ] end |