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.
15214 15215 15216 15217 15218 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15214 class DeleteProcessingJobRequest < Struct.new( :processing_job_name) SENSITIVE = [] include Aws::Structure end |