Class: Aws::SageMaker::Types::CustomImage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CustomImage
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A custom SageMaker AI image. For more information, see [Bring your own SageMaker AI image].
[1]: docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app_image_config_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the AppImageConfig.
 - 
  
    
      #image_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the CustomImage.
 - 
  
    
      #image_version_number  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version number of the CustomImage.
 
Instance Attribute Details
#app_image_config_name ⇒ String
The name of the AppImageConfig.
      11109 11110 11111 11112 11113 11114 11115  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11109 class CustomImage < Struct.new( :image_name, :image_version_number, :app_image_config_name) SENSITIVE = [] include Aws::Structure end  | 
  
#image_name ⇒ String
The name of the CustomImage. Must be unique to your account.
      11109 11110 11111 11112 11113 11114 11115  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11109 class CustomImage < Struct.new( :image_name, :image_version_number, :app_image_config_name) SENSITIVE = [] include Aws::Structure end  | 
  
#image_version_number ⇒ Integer
The version number of the CustomImage.
      11109 11110 11111 11112 11113 11114 11115  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 11109 class CustomImage < Struct.new( :image_name, :image_version_number, :app_image_config_name) SENSITIVE = [] include Aws::Structure end  |