Class: Aws::BedrockAgentCore::Types::CodeInterpreterStreamOutput
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::BedrockAgentCore::Types::CodeInterpreterStreamOutput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Contains output from a code interpreter 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_types ⇒ Object
5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 5328 def event_types [ :result, :access_denied_exception, :conflict_exception, :internal_server_exception, :resource_not_found_exception, :service_quota_exceeded_exception, :throttling_exception, :validation_exception ] end |