View source: R/frauddetector_operations.R
frauddetector_create_batch_prediction_job | R Documentation |
Creates a batch prediction job.
See https://www.paws-r-sdk.com/docs/frauddetector_create_batch_prediction_job/ for full documentation.
frauddetector_create_batch_prediction_job(
jobId,
inputPath,
outputPath,
eventTypeName,
detectorName,
detectorVersion = NULL,
iamRoleArn,
tags = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.