amazonka-personalize-2.0: Amazon Personalize 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.Personalize.Types.BatchSegmentJobInput

Description

 
Synopsis

Documentation

data BatchSegmentJobInput Source #

The input configuration of a batch segment job.

See: newBatchSegmentJobInput smart constructor.

Instances

Instances details
FromJSON BatchSegmentJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobInput

ToJSON BatchSegmentJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobInput

Generic BatchSegmentJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobInput

Associated Types

type Rep BatchSegmentJobInput :: Type -> Type #

Read BatchSegmentJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobInput

Show BatchSegmentJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobInput

NFData BatchSegmentJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobInput

Methods

rnf :: BatchSegmentJobInput -> () #

Eq BatchSegmentJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobInput

Hashable BatchSegmentJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobInput

type Rep BatchSegmentJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchSegmentJobInput

type Rep BatchSegmentJobInput = D1 ('MetaData "BatchSegmentJobInput" "Amazonka.Personalize.Types.BatchSegmentJobInput" "amazonka-personalize-2.0-9kdbGNMxU7zEIoXPqEwwTg" 'False) (C1 ('MetaCons "BatchSegmentJobInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DataConfig)))

newBatchSegmentJobInput Source #

Create a value of BatchSegmentJobInput 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:s3DataSource:BatchSegmentJobInput', batchSegmentJobInput_s3DataSource - Undocumented member.