v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473344266.2 KB

Creates a batch prediction job.

post/#X-Amz-Target=AWSHawksNestServiceFacade.CreateBatchPredictionJob

Headers

X-Amz-Target'AWSHawksNestServiceFacade.CreateBatchPredictionJob' required

Request body

jobIdstring required

The ID of the batch prediction job.

inputPathstring required

The Amazon S3 location of your training file.

outputPathstring required

The Amazon S3 location of your output file.

eventTypeNamestring required

The name of the event type.

detectorNamestring required

The name of the detector.

detectorVersionstring

The detector version.

iamRoleArnstring required
<p>The ARN of the IAM role to use for this job request.</p> <p>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 <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html">User policy examples</a> in the <i>Amazon S3 User Guide</i>.</p>

Response

Success

CreateBatchPredictionJobResult required