Skip to content

/AWS1/CL_FDT=>CREATEBATCHPREDICTIONJOB()

About CreateBatchPredictionJob

Creates a batch prediction job.

Method Signature

IMPORTING

Required arguments:

IV_JOBID TYPE /AWS1/FDTIDENTIFIER /AWS1/FDTIDENTIFIER

The ID of the batch prediction job.

IV_INPUTPATH TYPE /AWS1/FDTS3BUCKETLOCATION /AWS1/FDTS3BUCKETLOCATION

The Amazon S3 location of your training file.

IV_OUTPUTPATH TYPE /AWS1/FDTS3BUCKETLOCATION /AWS1/FDTS3BUCKETLOCATION

The Amazon S3 location of your output file.

IV_EVENTTYPENAME TYPE /AWS1/FDTIDENTIFIER /AWS1/FDTIDENTIFIER

The name of the event type.

IV_DETECTORNAME TYPE /AWS1/FDTIDENTIFIER /AWS1/FDTIDENTIFIER

The name of the detector.

IV_IAMROLEARN TYPE /AWS1/FDTIAMROLEARN /AWS1/FDTIAMROLEARN

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.

Optional arguments:

IV_DETECTORVERSION TYPE /AWS1/FDTWHOLENUMBERVRSSTRING /AWS1/FDTWHOLENUMBERVRSSTRING

The detector version.

IT_TAGS TYPE /AWS1/CL_FDTTAG=>TT_TAGLIST TT_TAGLIST

A collection of key and value pairs.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FDTCREBTCPREDICTION01 /AWS1/CL_FDTCREBTCPREDICTION01