| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FraudDetector.Types.BatchPrediction
Description
Synopsis
- data BatchPrediction = BatchPrediction' {
- arn :: Maybe Text
- completionTime :: Maybe Text
- detectorName :: Maybe Text
- detectorVersion :: Maybe Text
- eventTypeName :: Maybe Text
- failureReason :: Maybe Text
- iamRoleArn :: Maybe Text
- inputPath :: Maybe Text
- jobId :: Maybe Text
- lastHeartbeatTime :: Maybe Text
- outputPath :: Maybe Text
- processedRecordsCount :: Maybe Int
- startTime :: Maybe Text
- status :: Maybe AsyncJobStatus
- totalRecordsCount :: Maybe Int
- newBatchPrediction :: BatchPrediction
- batchPrediction_arn :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_completionTime :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_detectorName :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_detectorVersion :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_eventTypeName :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_failureReason :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_iamRoleArn :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_inputPath :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_jobId :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_lastHeartbeatTime :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_outputPath :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_processedRecordsCount :: Lens' BatchPrediction (Maybe Int)
- batchPrediction_startTime :: Lens' BatchPrediction (Maybe Text)
- batchPrediction_status :: Lens' BatchPrediction (Maybe AsyncJobStatus)
- batchPrediction_totalRecordsCount :: Lens' BatchPrediction (Maybe Int)
Documentation
data BatchPrediction Source #
The batch prediction details.
See: newBatchPrediction smart constructor.
Constructors
| BatchPrediction' | |
Fields
| |
Instances
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:arn:BatchPrediction', batchPrediction_arn - The ARN of batch prediction job.
$sel:completionTime:BatchPrediction', batchPrediction_completionTime - Timestamp of when the batch prediction job completed.
$sel:detectorName:BatchPrediction', batchPrediction_detectorName - The name of the detector.
$sel:detectorVersion:BatchPrediction', batchPrediction_detectorVersion - The detector version.
$sel:eventTypeName:BatchPrediction', batchPrediction_eventTypeName - The name of the event type.
$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:inputPath:BatchPrediction', batchPrediction_inputPath - The Amazon S3 location of your training file.
$sel:jobId:BatchPrediction', batchPrediction_jobId - The job ID for the batch prediction.
$sel:lastHeartbeatTime:BatchPrediction', batchPrediction_lastHeartbeatTime - Timestamp of most recent heartbeat indicating the batch prediction job
was making progress.
$sel:outputPath:BatchPrediction', batchPrediction_outputPath - The Amazon S3 location of your output file.
$sel:processedRecordsCount:BatchPrediction', batchPrediction_processedRecordsCount - The number of records processed by the batch prediction job.
$sel:startTime:BatchPrediction', batchPrediction_startTime - Timestamp of when the batch prediction job started.
$sel:status:BatchPrediction', batchPrediction_status - The batch prediction status.
$sel:totalRecordsCount:BatchPrediction', batchPrediction_totalRecordsCount - The total number of records in the batch prediction job.
batchPrediction_arn :: Lens' BatchPrediction (Maybe Text) Source #
The ARN of batch prediction job.
batchPrediction_completionTime :: Lens' BatchPrediction (Maybe Text) Source #
Timestamp of when the batch prediction job completed.
batchPrediction_detectorName :: Lens' BatchPrediction (Maybe Text) Source #
The name of the detector.
batchPrediction_detectorVersion :: Lens' BatchPrediction (Maybe Text) Source #
The detector version.
batchPrediction_eventTypeName :: Lens' BatchPrediction (Maybe Text) Source #
The name of the event type.
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_inputPath :: Lens' BatchPrediction (Maybe Text) Source #
The Amazon S3 location of your training file.
batchPrediction_jobId :: Lens' BatchPrediction (Maybe Text) Source #
The job ID for the batch prediction.
batchPrediction_lastHeartbeatTime :: Lens' BatchPrediction (Maybe Text) Source #
Timestamp of most recent heartbeat indicating the batch prediction job was making progress.
batchPrediction_outputPath :: Lens' BatchPrediction (Maybe Text) Source #
The Amazon S3 location of your output file.
batchPrediction_processedRecordsCount :: Lens' BatchPrediction (Maybe Int) Source #
The number of records processed by the batch prediction job.
batchPrediction_startTime :: Lens' BatchPrediction (Maybe Text) Source #
Timestamp of when the batch prediction job started.
batchPrediction_status :: Lens' BatchPrediction (Maybe AsyncJobStatus) Source #
The batch prediction status.
batchPrediction_totalRecordsCount :: Lens' BatchPrediction (Maybe Int) Source #
The total number of records in the batch prediction job.