Class: Aws::SageMaker::Types::DescribeProcessingJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeProcessingJobRequest
- 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.
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.
17184 17185 17186 17187 17188 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17184 class DescribeProcessingJobRequest < Struct.new( :processing_job_name) SENSITIVE = [] include Aws::Structure end |