Class: Aws::SageMaker::Types::ProcessingJobStepMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ProcessingJobStepMetadata
- Defined in:
- gems/aws-sdk-sagemaker/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.
37168 37169 37170 37171 37172 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37168 class ProcessingJobStepMetadata < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |