Class: Aws::SageMakerRuntimeHTTP2::Types::RequestPayloadPart
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerRuntimeHTTP2::Types::RequestPayloadPart
- 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
-
#bytes ⇒ String
The payload bytes.
-
#completion_state ⇒ String
Completion state header.
-
#data_type ⇒ String
Data type header.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#p ⇒ String
Padding string for alignment.
Instance Attribute Details
#bytes ⇒ String
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_state ⇒ String
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_type ⇒ String
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_type ⇒ Object
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 |
#p ⇒ String
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 |