Class: Aws::SageMaker::Types::ProcessingJobStepMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ProcessingJobStepMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Metadata for a processing job step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the processing job.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the processing job.
37066 37067 37068 37069 37070 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 37066 class ProcessingJobStepMetadata < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |