Class: Aws::SageMakerRuntimeHTTP2::Types::RequestPayloadPart

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

Overview

Request payload part structure.

Constant Summary collapse

SENSITIVE =
[:bytes]

Instance Attribute Summary collapse

Instance Attribute Details

#bytesString

The payload bytes.



193
194
195
196
197
198
199
200
201
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 193

class RequestPayloadPart < 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”.



193
194
195
196
197
198
199
200
201
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 193

class RequestPayloadPart < 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”.



193
194
195
196
197
198
199
200
201
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 193

class RequestPayloadPart < 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



193
194
195
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 193

def event_type
  @event_type
end

#pString

Padding string for alignment.



193
194
195
196
197
198
199
200
201
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 193

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