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.
36876 36877 36878 36879 36880 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36876 class ProcessingJobStepMetadata < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |