Class: Aws::SageMaker::Types::CodeEditorAppImageConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::CodeEditorAppImageConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The configuration for the file system and kernels in a SageMaker image running as a Code Editor app. The ‘FileSystemConfig` object is not supported.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #container_config  ⇒ Types::ContainerConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration used to run the application image container.
 - 
  
    
      #file_system_config  ⇒ Types::FileSystemConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Elastic File System storage configuration for a SageMaker AI image.
 
Instance Attribute Details
#container_config ⇒ Types::ContainerConfig
The configuration used to run the application image container.
      4769 4770 4771 4772 4773 4774  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 4769 class CodeEditorAppImageConfig < Struct.new( :file_system_config, :container_config) SENSITIVE = [] include Aws::Structure end  | 
  
#file_system_config ⇒ Types::FileSystemConfig
The Amazon Elastic File System storage configuration for a SageMaker AI image.
      4769 4770 4771 4772 4773 4774  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 4769 class CodeEditorAppImageConfig < Struct.new( :file_system_config, :container_config) SENSITIVE = [] include Aws::Structure end  |