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
Constant Summary collapse
- SENSITIVE =
[]
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.
9302 9303 9304 9305 9306 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 9302 class CreateProcessingJobResponse < Struct.new( :processing_job_arn) SENSITIVE = [] include Aws::Structure end |