Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

The batch prediction details.

Hierarchy

  • BatchPrediction

Properties

arn?: string

The ARN of batch prediction job.

completionTime?: string

Timestamp of when the batch prediction job completed.

detectorName?: string

The name of the detector.

detectorVersion?: string

The detector version.

eventTypeName?: string

The name of the event type.

failureReason?: string

The reason a batch prediction job failed.

iamRoleArn?: string

The ARN of the IAM role to use for this job request.

inputPath?: string

The Amazon S3 location of your training file.

jobId?: string

The job ID for the batch prediction.

lastHeartbeatTime?: string

Timestamp of most recent heartbeat indicating the batch prediction job was making progress.

outputPath?: string

The Amazon S3 location of your output file.

processedRecordsCount?: number

The number of records processed by the batch prediction job.

startTime?: string

Timestamp of when the batch prediction job started.

status?: string

The batch prediction status.

totalRecordsCount?: number

The total number of records in the batch prediction job.