Create Batch Prediction Job
frauddetector_create_batch_prediction_job | R Documentation |
Creates a batch prediction job¶
Description¶
Creates a batch prediction job.
Usage¶
frauddetector_create_batch_prediction_job(jobId, inputPath, outputPath,
eventTypeName, detectorName, detectorVersion, iamRoleArn, tags)
Arguments¶
jobId
[required] The ID of the batch prediction job.
inputPath
[required] The Amazon S3 location of your training file.
outputPath
[required] The Amazon S3 location of your output file.
eventTypeName
[required] The name of the event type.
detectorName
[required] The name of the detector.
detectorVersion
The detector version.
iamRoleArn
[required] 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.
tags
A collection of key and value pairs.
Value¶
An empty list.