Class: Aws::SageMaker::Types::DescribeProcessingJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeProcessingJobRequest
- 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.
Instance Attribute Details
#processing_job_name ⇒ String
The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
16973 16974 16975 16976 16977 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16973 class DescribeProcessingJobRequest < Struct.new( :processing_job_name) SENSITIVE = [] include Aws::Structure end |