Class: Aws::SageMaker::Types::DescribeModelInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeModelInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model.
 
Instance Attribute Details
#model_name ⇒ String
The name of the model.
      16948 16949 16950 16951 16952  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 16948 class DescribeModelInput < Struct.new( :model_name) SENSITIVE = [] include Aws::Structure end  |