amazonka-frauddetector-2.0: Amazon Fraud Detector 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.FraudDetector.CreateBatchPredictionJob

Description

Creates a batch prediction job.

Synopsis

Creating a Request

data CreateBatchPredictionJob Source #

See: newCreateBatchPredictionJob smart constructor.

Constructors

CreateBatchPredictionJob' 

Fields

Instances

Instances details
ToJSON CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

ToHeaders CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

ToPath CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

ToQuery CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

AWSRequest CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

Generic CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

Associated Types

type Rep CreateBatchPredictionJob :: Type -> Type #

Read CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

Show CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

NFData CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

Eq CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

Hashable CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

type AWSResponse CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

type Rep CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

type Rep CreateBatchPredictionJob = D1 ('MetaData "CreateBatchPredictionJob" "Amazonka.FraudDetector.CreateBatchPredictionJob" "amazonka-frauddetector-2.0-CdXFXtLV8DgKo4Kta7Jw61" 'False) (C1 ('MetaCons "CreateBatchPredictionJob'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "detectorVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "inputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "outputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "eventTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "detectorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateBatchPredictionJob Source #

Create a value of CreateBatchPredictionJob 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:

CreateBatchPredictionJob, createBatchPredictionJob_detectorVersion - The detector version.

$sel:tags:CreateBatchPredictionJob', createBatchPredictionJob_tags - A collection of key and value pairs.

CreateBatchPredictionJob, createBatchPredictionJob_jobId - The ID of the batch prediction job.

CreateBatchPredictionJob, createBatchPredictionJob_inputPath - The Amazon S3 location of your training file.

CreateBatchPredictionJob, createBatchPredictionJob_outputPath - The Amazon S3 location of your output file.

CreateBatchPredictionJob, createBatchPredictionJob_eventTypeName - The name of the event type.

CreateBatchPredictionJob, createBatchPredictionJob_detectorName - The name of the detector.

CreateBatchPredictionJob, createBatchPredictionJob_iamRoleArn - The ARN of the IAM role to use for this job request.

The IAM Role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see User policy examples in the Amazon S3 User Guide.

Request Lenses

createBatchPredictionJob_tags :: Lens' CreateBatchPredictionJob (Maybe [Tag]) Source #

A collection of key and value pairs.

createBatchPredictionJob_inputPath :: Lens' CreateBatchPredictionJob Text Source #

The Amazon S3 location of your training file.

createBatchPredictionJob_outputPath :: Lens' CreateBatchPredictionJob Text Source #

The Amazon S3 location of your output file.

createBatchPredictionJob_iamRoleArn :: Lens' CreateBatchPredictionJob Text Source #

The ARN of the IAM role to use for this job request.

The IAM Role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see User policy examples in the Amazon S3 User Guide.

Destructuring the Response

data CreateBatchPredictionJobResponse Source #

See: newCreateBatchPredictionJobResponse smart constructor.

Constructors

CreateBatchPredictionJobResponse' 

Fields

Instances

Instances details
Generic CreateBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

Associated Types

type Rep CreateBatchPredictionJobResponse :: Type -> Type #

Read CreateBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

Show CreateBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

NFData CreateBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

Eq CreateBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

type Rep CreateBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

type Rep CreateBatchPredictionJobResponse = D1 ('MetaData "CreateBatchPredictionJobResponse" "Amazonka.FraudDetector.CreateBatchPredictionJob" "amazonka-frauddetector-2.0-CdXFXtLV8DgKo4Kta7Jw61" 'False) (C1 ('MetaCons "CreateBatchPredictionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateBatchPredictionJobResponse Source #

Create a value of CreateBatchPredictionJobResponse 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:httpStatus:CreateBatchPredictionJobResponse', createBatchPredictionJobResponse_httpStatus - The response's http status code.

Response Lenses