Class: Aws::SagemakerJobRuntime::Types::SampleResponse

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

#bodyString

The raw inference response body from the model.

Returns:

  • (String)


136
137
138
139
140
141
# File 'lib/aws-sdk-sagemakerjobruntime/types.rb', line 136

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

#content_typeString

MIME type of the inference result.

Returns:

  • (String)


136
137
138
139
140
141
# File 'lib/aws-sdk-sagemakerjobruntime/types.rb', line 136

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