Skip to content

Stop Processing Job

sagemaker_stop_processing_job R Documentation

Stops a processing job

Description

Stops a processing job.

Usage

sagemaker_stop_processing_job(ProcessingJobName)

Arguments

ProcessingJobName

[required] The name of the processing job to stop.

Value

An empty list.

Request syntax

svc$stop_processing_job(
  ProcessingJobName = "string"
)