Class: Aws::SageMaker::Types::ModelStepMetadata
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelStepMetadata
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - 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.
      35578 35579 35580 35581 35582  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35578 class ModelStepMetadata < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end  |