amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.RecommendationJobPayloadConfig

Description

 
Synopsis

Documentation

data RecommendationJobPayloadConfig Source #

The configuration for the payload for a recommendation job.

See: newRecommendationJobPayloadConfig smart constructor.

Constructors

RecommendationJobPayloadConfig' 

Fields

  • samplePayloadUrl :: Maybe Text

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

  • supportedContentTypes :: Maybe [Text]

    The supported MIME types for the input data.

Instances

Instances details
FromJSON RecommendationJobPayloadConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobPayloadConfig

ToJSON RecommendationJobPayloadConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobPayloadConfig

Generic RecommendationJobPayloadConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobPayloadConfig

Associated Types

type Rep RecommendationJobPayloadConfig :: Type -> Type #

Read RecommendationJobPayloadConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobPayloadConfig

Show RecommendationJobPayloadConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobPayloadConfig

NFData RecommendationJobPayloadConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobPayloadConfig

Eq RecommendationJobPayloadConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobPayloadConfig

Hashable RecommendationJobPayloadConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobPayloadConfig

type Rep RecommendationJobPayloadConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecommendationJobPayloadConfig

type Rep RecommendationJobPayloadConfig = D1 ('MetaData "RecommendationJobPayloadConfig" "Amazonka.SageMaker.Types.RecommendationJobPayloadConfig" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "RecommendationJobPayloadConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "samplePayloadUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportedContentTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newRecommendationJobPayloadConfig :: RecommendationJobPayloadConfig Source #

Create a value of RecommendationJobPayloadConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:samplePayloadUrl:RecommendationJobPayloadConfig', recommendationJobPayloadConfig_samplePayloadUrl - 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).

$sel:supportedContentTypes:RecommendationJobPayloadConfig', recommendationJobPayloadConfig_supportedContentTypes - The supported MIME types for the input data.

recommendationJobPayloadConfig_samplePayloadUrl :: Lens' RecommendationJobPayloadConfig (Maybe Text) Source #

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