Class: Aws::SageMaker::Types::DeleteProcessingJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteProcessingJobRequest
- 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 delete.
Instance Attribute Details
#processing_job_name ⇒ String
The name of the processing job to delete.
16189 16190 16191 16192 16193 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16189 class DeleteProcessingJobRequest < Struct.new( :processing_job_name) SENSITIVE = [] include Aws::Structure end |