Class: Aws::SageMakerRuntimeHTTP2::Types::RequestStreamEvent
- Inherits:
-
Enumerator
- Object
- Enumerator
- Aws::SageMakerRuntimeHTTP2::Types::RequestStreamEvent
- Defined in:
- gems/aws-sdk-sagemakerruntimehttp2/lib/aws-sdk-sagemakerruntimehttp2/types.rb
Overview
Request stream event union.
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
263 264 265 266 267 |
# File 'gems/aws-sdk-sagemakerruntimehttp2/lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 263 def event_types [ :payload_part ] end |