Module: Aws::SageMakerRuntimeHTTP2::Types
- Defined in:
- lib/aws-sdk-sagemakerruntimehttp2/types.rb
Defined Under Namespace
Classes: InputValidationError, InternalServerError, InternalStreamFailure, InvokeEndpointWithBidirectionalStreamInput, InvokeEndpointWithBidirectionalStreamOutput, ModelError, ModelStreamError, RequestPayloadPart, RequestStreamEvent, ResponsePayloadPart, ResponseStreamEvent, ServiceUnavailableError
Instance Attribute Summary collapse
-
#bytes ⇒ String
The payload bytes.
-
#completion_state ⇒ String
Completion state header.
-
#data_type ⇒ String
Data type header.
-
#error_code ⇒ String
Error code.
-
#message ⇒ String
Error message.
-
#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 |
#error_code ⇒ String
Error code.
163 164 165 166 167 168 169 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 163 class ModelStreamError < Struct.new( :message, :error_code, :event_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Error message.
61 62 63 64 65 66 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 61 class InternalStreamFailure < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure 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 |