libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector
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.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
Eq CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

Read CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

Show 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 #

NFData CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

Hashable CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

ToJSON CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

AWSRequest 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

type Rep CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

type Rep CreateBatchPredictionJob = D1 ('MetaData "CreateBatchPredictionJob" "Amazonka.FraudDetector.CreateBatchPredictionJob" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" '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)))))
type AWSResponse CreateBatchPredictionJob Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

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:

$sel:detectorVersion:CreateBatchPredictionJob', createBatchPredictionJob_detectorVersion - The detector version.

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

$sel:jobId:CreateBatchPredictionJob', createBatchPredictionJob_jobId - The ID of the batch prediction job.

$sel:inputPath:CreateBatchPredictionJob', createBatchPredictionJob_inputPath - The Amazon S3 location of your training file.

$sel:outputPath:CreateBatchPredictionJob', createBatchPredictionJob_outputPath - The Amazon S3 location of your output file.

$sel:eventTypeName:CreateBatchPredictionJob', createBatchPredictionJob_eventTypeName - The name of the event type.

$sel:detectorName:CreateBatchPredictionJob', createBatchPredictionJob_detectorName - The name of the detector.

$sel:iamRoleArn:CreateBatchPredictionJob', createBatchPredictionJob_iamRoleArn - The ARN of the IAM role to use for this job request.

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.

Destructuring the Response

data CreateBatchPredictionJobResponse Source #

See: newCreateBatchPredictionJobResponse smart constructor.

Constructors

CreateBatchPredictionJobResponse' 

Fields

Instances

Instances details
Eq CreateBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

Read CreateBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

Show CreateBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

Generic CreateBatchPredictionJobResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.CreateBatchPredictionJob

Associated Types

type Rep CreateBatchPredictionJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" '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