Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface CreateBatchPredictionJobRequest

Hierarchy

Properties

detectorName: undefined | string

The name of the detector.

detectorVersion?: string

The detector version.

eventTypeName: undefined | string

The name of the event type.

iamRoleArn: undefined | string

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.

inputPath: undefined | string

The Amazon S3 location of your training file.

jobId: undefined | string

The ID of the batch prediction job.

outputPath: undefined | string

The Amazon S3 location of your output file.

tags?: Tag[]

A collection of key and value pairs.