libZSservicesZSamazonka-personalizeZSamazonka-personalize
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Personalize.Types.BatchInferenceJobInput

Description

 
Synopsis

Documentation

data BatchInferenceJobInput Source #

The input configuration of a batch inference job.

See: newBatchInferenceJobInput smart constructor.

Constructors

BatchInferenceJobInput' 

Fields

  • s3DataSource :: S3DataConfig

    The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.

Instances

Instances details
Eq BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

Read BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

Show BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

Generic BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

Associated Types

type Rep BatchInferenceJobInput :: Type -> Type #

NFData BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

Methods

rnf :: BatchInferenceJobInput -> () #

Hashable BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

ToJSON BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

FromJSON BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

type Rep BatchInferenceJobInput Source # 
Instance details

Defined in Amazonka.Personalize.Types.BatchInferenceJobInput

type Rep BatchInferenceJobInput = D1 ('MetaData "BatchInferenceJobInput" "Amazonka.Personalize.Types.BatchInferenceJobInput" "libZSservicesZSamazonka-personalizeZSamazonka-personalize" 'False) (C1 ('MetaCons "BatchInferenceJobInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DataConfig)))

newBatchInferenceJobInput Source #

Create a value of BatchInferenceJobInput 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:BatchInferenceJobInput', batchInferenceJobInput_s3DataSource - The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.

batchInferenceJobInput_s3DataSource :: Lens' BatchInferenceJobInput S3DataConfig Source #

The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.