Class: Aws::SageMaker::Types::AutoMLJobStepMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLJobStepMetadata
- Defined in:
- gems/aws-sdk-sagemaker/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.
2296 2297 2298 2299 2300 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2296 class AutoMLJobStepMetadata < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |