Class: Aws::SageMakerRuntimeHTTP2::Types::ResponsePayloadPart
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerRuntimeHTTP2::Types::ResponsePayloadPart
- 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
-
#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.
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_state ⇒ String
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_type ⇒ String
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_type ⇒ Object
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 |
#p ⇒ String
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 |