Class: Aws::SageMakerRuntimeHTTP2::Types::RequestStreamEvent

Inherits:
Enumerator
  • Object
show all
Defined in:
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_typesObject



263
264
265
266
267
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 263

def event_types
  [
    :payload_part
  ]
end