Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

cancel_batch_prediction_job

cancel_batch_prediction_job(**kwargs)

Cancels the specified batch prediction job.

See also: AWS API Documentation

Request Syntax

response = client.cancel_batch_prediction_job(
    jobId='string'
)
Parameters
jobId (string) --

[REQUIRED]

The ID of the batch prediction job to cancel.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • FraudDetector.Client.exceptions.ValidationException
  • FraudDetector.Client.exceptions.ResourceNotFoundException
  • FraudDetector.Client.exceptions.InternalServerException
  • FraudDetector.Client.exceptions.ThrottlingException
  • FraudDetector.Client.exceptions.AccessDeniedException