Class: Aws::SageMaker::Types::DescribeImageRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeImageRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #image_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the image to describe.
 
Instance Attribute Details
#image_name ⇒ String
The name of the image to describe.
      15741 15742 15743 15744 15745  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 15741 class DescribeImageRequest < Struct.new( :image_name) SENSITIVE = [] include Aws::Structure end  |