Class: Aws::SagemakerJobRuntime::Types::SampleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SagemakerJobRuntime::Types::SampleResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakerjobruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:body]
Instance Attribute Summary collapse
-
#body ⇒ String
The raw inference response body from the model.
-
#content_type ⇒ String
MIME type of the inference result.
Instance Attribute Details
#body ⇒ String
The raw inference response body from the model.
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_type ⇒ String
MIME type of the inference result.
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 |