Class: Aws::SagemakerJobRuntime::Types::SampleWithResponseStreamResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:body]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyIO

The streaming response body, delivered as a series of PayloadPart events.

Returns:

  • (IO)


178
179
180
181
182
183
# File 'lib/aws-sdk-sagemakerjobruntime/types.rb', line 178

class SampleWithResponseStreamResponse < Struct.new(
  :content_type,
  :body)
  SENSITIVE = [:body]
  include Aws::Structure
end

#content_typeString

MIME type of the streaming inference result.

Returns:

  • (String)


178
179
180
181
182
183
# File 'lib/aws-sdk-sagemakerjobruntime/types.rb', line 178

class SampleWithResponseStreamResponse < Struct.new(
  :content_type,
  :body)
  SENSITIVE = [:body]
  include Aws::Structure
end