Class: Aws::SageMakerRuntimeHTTP2::Types::ResponsePayloadPart

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemakerruntimehttp2/types.rb

Overview

Response payload part structure.

Constant Summary collapse

SENSITIVE =
[:bytes]

Instance Attribute Summary collapse

Instance Attribute Details

#bytesString

The payload bytes.



225
226
227
228
229
230
231
232
233
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 225

class ResponsePayloadPart < Struct.new(
  :bytes,
  :data_type,
  :completion_state,
  :p,
  :event_type)
  SENSITIVE = [:bytes]
  include Aws::Structure
end

#completion_stateString

Completion state header. Can be one of these possible values: “PARTIAL”, “COMPLETE”.



225
226
227
228
229
230
231
232
233
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 225

class ResponsePayloadPart < Struct.new(
  :bytes,
  :data_type,
  :completion_state,
  :p,
  :event_type)
  SENSITIVE = [:bytes]
  include Aws::Structure
end

#data_typeString

Data type header. Can be one of these possible values: “UTF8”, “BINARY”.



225
226
227
228
229
230
231
232
233
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 225

class ResponsePayloadPart < Struct.new(
  :bytes,
  :data_type,
  :completion_state,
  :p,
  :event_type)
  SENSITIVE = [:bytes]
  include Aws::Structure
end

#event_typeObject

Returns the value of attribute event_type



225
226
227
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 225

def event_type
  @event_type
end

#pString

Padding string for alignment.



225
226
227
228
229
230
231
232
233
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 225

class ResponsePayloadPart < Struct.new(
  :bytes,
  :data_type,
  :completion_state,
  :p,
  :event_type)
  SENSITIVE = [:bytes]
  include Aws::Structure
end