Class: Aws::SageMaker::Types::StopProcessingJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopProcessingJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#processing_job_name ⇒ String
The name of the processing job to stop.
Instance Attribute Details
#processing_job_name ⇒ String
The name of the processing job to stop.
41934 41935 41936 41937 41938 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41934 class StopProcessingJobRequest < Struct.new( :processing_job_name) SENSITIVE = [] include Aws::Structure end |