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.
36999 37000 37001 37002 37003 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36999 class ProcessingJobStepMetadata < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |