frauddetector_create_batch_prediction_job: Creates a batch prediction job

View source: R/frauddetector_operations.R

frauddetector_create_batch_prediction_jobR Documentation

Creates a batch prediction job

Description

Creates a batch prediction job.

See https://www.paws-r-sdk.com/docs/frauddetector_create_batch_prediction_job/ for full documentation.

Usage

frauddetector_create_batch_prediction_job(
  jobId,
  inputPath,
  outputPath,
  eventTypeName,
  detectorName,
  detectorVersion = NULL,
  iamRoleArn,
  tags = NULL
)

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.