Class: Aws::SageMaker::Types::ModelStepMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelStepMetadata
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Metadata for Model steps.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the created model.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the created model.
33942 33943 33944 33945 33946 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33942 class ModelStepMetadata < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |