Class: Aws::SageMaker::Types::DeleteProcessingJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteProcessingJobRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
14726 14727 14728 14729 14730 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14726 class DeleteProcessingJobRequest < Struct.new( :processing_job_name) SENSITIVE = [] include Aws::Structure end |