Class: Aws::SageMaker::Types::StopProcessingJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#processing_job_nameString

The name of the processing job to stop.

Returns:

  • (String)


39591
39592
39593
39594
39595
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39591

class StopProcessingJobRequest < Struct.new(
  :processing_job_name)
  SENSITIVE = []
  include Aws::Structure
end