Class: Aws::SageMaker::Types::RecommendationJobPayloadConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::RecommendationJobPayloadConfig
- Defined in:
- gems/aws-sdk-sagemaker/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).
38959 38960 38961 38962 38963 38964 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38959 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.
38959 38960 38961 38962 38963 38964 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38959 class RecommendationJobPayloadConfig < Struct.new( :sample_payload_url, :supported_content_types) SENSITIVE = [] include Aws::Structure end |