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

Instance Attribute Details

#bytesString

The payload bytes.

Returns:

  • (String)


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

Returns:

  • (String)


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

Returns:

  • (String)


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_codeString

Error code.

Returns:

  • (String)


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

#messageString

Error message.

Returns:

  • (String)


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

#pString

Padding string for alignment.

Returns:

  • (String)


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