Class: Aws::SageMaker::Types::AutoMLJobStepMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLJobStepMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Metadata for an AutoML job step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the AutoML job.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the AutoML job.
2504 2505 2506 2507 2508 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 2504 class AutoMLJobStepMetadata < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |