Class: Aws::SageMaker::Types::CreateProcessingJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateProcessingJobResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Instance Attribute Summary collapse
-
#processing_job_arn ⇒ String
The Amazon Resource Name (ARN) of the processing job.
Instance Attribute Details
#processing_job_arn ⇒ String
The Amazon Resource Name (ARN) of the processing job.
4359 4360 4361 4362 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4359 class CreateProcessingJobResponse < Struct.new( :processing_job_arn) include Aws::Structure end |