Amazon Fraud Detector will no longer be open to new customers starting November 7, 2025. If you would like to use Amazon Fraud Detector, sign up prior to that date. For capabilities similar to Amazon Fraud Detector, explore Amazon SageMaker AI, AutoGluon, and AWS WAF.
BatchPrediction
The batch prediction details.
Contents
- arn
-
The ARN of batch prediction job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^arn\:aws[a-z-]{0,15}\:frauddetector\:[a-z0-9-]{3,20}\:[0-9]{12}\:[^\s]{2,128}$
Required: No
- completionTime
-
Timestamp of when the batch prediction job completed.
Type: String
Length Constraints: Minimum length of 11. Maximum length of 30.
Required: No
- detectorName
-
The name of the detector.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[0-9a-z_-]+$
Required: No
- detectorVersion
-
The detector version.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 7.
Pattern:
^[1-9][0-9]{0,3}\.[0-9]{1,2}$
Required: No
- eventTypeName
-
The name of the event type.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[0-9a-z_-]+$
Required: No
- failureReason
-
The reason a batch prediction job failed.
Type: String
Required: No
- iamRoleArn
-
The ARN of the IAM role to use for this job request.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^arn\:aws[a-z-]{0,15}\:iam\:\:[0-9]{12}\:role\/[^\s]{2,64}$
Required: No
- inputPath
-
The Amazon S3 location of your training file.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
^s3:\/\/(.+)$
Required: No
- jobId
-
The job ID for the batch prediction.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[0-9a-z_-]+$
Required: No
- lastHeartbeatTime
-
Timestamp of most recent heartbeat indicating the batch prediction job was making progress.
Type: String
Length Constraints: Minimum length of 11. Maximum length of 30.
Required: No
- outputPath
-
The Amazon S3 location of your output file.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
^s3:\/\/(.+)$
Required: No
- processedRecordsCount
-
The number of records processed by the batch prediction job.
Type: Integer
Required: No
- startTime
-
Timestamp of when the batch prediction job started.
Type: String
Length Constraints: Minimum length of 11. Maximum length of 30.
Required: No
- status
-
The batch prediction status.
Type: String
Valid Values:
IN_PROGRESS_INITIALIZING | IN_PROGRESS | CANCEL_IN_PROGRESS | CANCELED | COMPLETE | FAILED
Required: No
- totalRecordsCount
-
The total number of records in the batch prediction job.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: