Class: Aws::SageMaker::Types::RecommendationJobPayloadConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#sample_payload_urlString

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).

Returns:

  • (String)


37052
37053
37054
37055
37056
37057
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37052

class RecommendationJobPayloadConfig < Struct.new(
  :sample_payload_url,
  :supported_content_types)
  SENSITIVE = []
  include Aws::Structure
end

#supported_content_typesArray<String>

The supported MIME types for the input data.

Returns:

  • (Array<String>)


37052
37053
37054
37055
37056
37057
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37052

class RecommendationJobPayloadConfig < Struct.new(
  :sample_payload_url,
  :supported_content_types)
  SENSITIVE = []
  include Aws::Structure
end