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.Types.BatchPrediction

Description

 
Synopsis

Documentation

data BatchPrediction Source #

The batch prediction details.

See: newBatchPrediction smart constructor.

Constructors

BatchPrediction' 

Fields

Instances

Instances details
Eq BatchPrediction Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchPrediction

Read BatchPrediction Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchPrediction

Show BatchPrediction Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchPrediction

Generic BatchPrediction Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchPrediction

Associated Types

type Rep BatchPrediction :: Type -> Type #

NFData BatchPrediction Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchPrediction

Methods

rnf :: BatchPrediction -> () #

Hashable BatchPrediction Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchPrediction

FromJSON BatchPrediction Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchPrediction

type Rep BatchPrediction Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.BatchPrediction

type Rep BatchPrediction = D1 ('MetaData "BatchPrediction" "Amazonka.FraudDetector.Types.BatchPrediction" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "BatchPrediction'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AsyncJobStatus)))) :*: ((S1 ('MetaSel ('Just "processedRecordsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "totalRecordsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "lastHeartbeatTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "eventTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "completionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "outputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "detectorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "detectorVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newBatchPrediction :: BatchPrediction Source #

Create a value of BatchPrediction 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:failureReason:BatchPrediction', batchPrediction_failureReason - The reason a batch prediction job failed.

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

$sel:status:BatchPrediction', batchPrediction_status - The batch prediction status.

$sel:processedRecordsCount:BatchPrediction', batchPrediction_processedRecordsCount - The number of records processed by the batch prediction job.

$sel:totalRecordsCount:BatchPrediction', batchPrediction_totalRecordsCount - The total number of records in the batch prediction job.

$sel:lastHeartbeatTime:BatchPrediction', batchPrediction_lastHeartbeatTime - Timestamp of most recent heartbeat indicating the batch prediction job was making progress.

$sel:jobId:BatchPrediction', batchPrediction_jobId - The job ID for the batch prediction.

$sel:arn:BatchPrediction', batchPrediction_arn - The ARN of batch prediction job.

$sel:startTime:BatchPrediction', batchPrediction_startTime - Timestamp of when the batch prediction job started.

$sel:eventTypeName:BatchPrediction', batchPrediction_eventTypeName - The name of the event type.

$sel:completionTime:BatchPrediction', batchPrediction_completionTime - Timestamp of when the batch prediction job completed.

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

$sel:detectorName:BatchPrediction', batchPrediction_detectorName - The name of the detector.

$sel:detectorVersion:BatchPrediction', batchPrediction_detectorVersion - The detector version.

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

batchPrediction_failureReason :: Lens' BatchPrediction (Maybe Text) Source #

The reason a batch prediction job failed.

batchPrediction_iamRoleArn :: Lens' BatchPrediction (Maybe Text) Source #

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

batchPrediction_processedRecordsCount :: Lens' BatchPrediction (Maybe Int) Source #

The number of records processed by the batch prediction job.

batchPrediction_totalRecordsCount :: Lens' BatchPrediction (Maybe Int) Source #

The total number of records in the batch prediction job.

batchPrediction_lastHeartbeatTime :: Lens' BatchPrediction (Maybe Text) Source #

Timestamp of most recent heartbeat indicating the batch prediction job was making progress.

batchPrediction_jobId :: Lens' BatchPrediction (Maybe Text) Source #

The job ID for the batch prediction.

batchPrediction_arn :: Lens' BatchPrediction (Maybe Text) Source #

The ARN of batch prediction job.

batchPrediction_startTime :: Lens' BatchPrediction (Maybe Text) Source #

Timestamp of when the batch prediction job started.

batchPrediction_completionTime :: Lens' BatchPrediction (Maybe Text) Source #

Timestamp of when the batch prediction job completed.

batchPrediction_outputPath :: Lens' BatchPrediction (Maybe Text) Source #

The Amazon S3 location of your output file.

batchPrediction_inputPath :: Lens' BatchPrediction (Maybe Text) Source #

The Amazon S3 location of your training file.