Skip to content

Cancel Batch Prediction Job

frauddetector_cancel_batch_prediction_job R Documentation

Cancels the specified batch prediction job

Description

Cancels the specified batch prediction job.

Usage

frauddetector_cancel_batch_prediction_job(jobId)

Arguments

jobId

[required] The ID of the batch prediction job to cancel.

Value

An empty list.

Request syntax

svc$cancel_batch_prediction_job(
  jobId = "string"
)