Class: Aws::SageMaker::Types::CreateModelOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::CreateModelOutput
 
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #model_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the model created in SageMaker. 
Instance Attribute Details
#model_arn ⇒ String
The ARN of the model created in SageMaker.
| 10098 10099 10100 10101 10102 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10098 class CreateModelOutput < Struct.new( :model_arn) SENSITIVE = [] include Aws::Structure end |