Class: Aws::SageMaker::Types::RecommendationJobPayloadConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::RecommendationJobPayloadConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The configuration for the payload for a recommendation job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sample_payload_url ⇒ String
The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored.
-
#supported_content_types ⇒ Array<String>
The supported MIME types for the input data.
Instance Attribute Details
#sample_payload_url ⇒ String
The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
39046 39047 39048 39049 39050 39051 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39046 class RecommendationJobPayloadConfig < Struct.new( :sample_payload_url, :supported_content_types) SENSITIVE = [] include Aws::Structure end |
#supported_content_types ⇒ Array<String>
The supported MIME types for the input data.
39046 39047 39048 39049 39050 39051 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39046 class RecommendationJobPayloadConfig < Struct.new( :sample_payload_url, :supported_content_types) SENSITIVE = [] include Aws::Structure end |