Class: Aws::SageMaker::Types::KernelGatewayImageConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::KernelGatewayImageConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The configuration for the file system and kernels in a SageMaker AI image running as a KernelGateway app.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #file_system_config  ⇒ Types::FileSystemConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Elastic File System storage configuration for a SageMaker AI image.
 - 
  
    
      #kernel_specs  ⇒ Array<Types::KernelSpec> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The specification of the Jupyter kernels in the image.
 
Instance Attribute Details
#file_system_config ⇒ Types::FileSystemConfig
The Amazon Elastic File System storage configuration for a SageMaker AI image.
      26588 26589 26590 26591 26592 26593  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 26588 class KernelGatewayImageConfig < Struct.new( :kernel_specs, :file_system_config) SENSITIVE = [] include Aws::Structure end  | 
  
#kernel_specs ⇒ Array<Types::KernelSpec>
The specification of the Jupyter kernels in the image.
      26588 26589 26590 26591 26592 26593  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 26588 class KernelGatewayImageConfig < Struct.new( :kernel_specs, :file_system_config) SENSITIVE = [] include Aws::Structure end  |