Class: Aws::SageMaker::Types::UpdateAppImageConfigRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::UpdateAppImageConfigRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app_image_config_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the AppImageConfig to update.
 - 
  
    
      #code_editor_app_image_config  ⇒ Types::CodeEditorAppImageConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Code Editor app running on the image.
 - 
  
    
      #jupyter_lab_app_image_config  ⇒ Types::JupyterLabAppImageConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The JupyterLab app running on the image.
 - 
  
    
      #kernel_gateway_image_config  ⇒ Types::KernelGatewayImageConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new KernelGateway app to run on the image.
 
Instance Attribute Details
#app_image_config_name ⇒ String
The name of the AppImageConfig to update.
      47284 47285 47286 47287 47288 47289 47290 47291  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47284 class UpdateAppImageConfigRequest < Struct.new( :app_image_config_name, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  | 
  
#code_editor_app_image_config ⇒ Types::CodeEditorAppImageConfig
The Code Editor app running on the image.
      47284 47285 47286 47287 47288 47289 47290 47291  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47284 class UpdateAppImageConfigRequest < Struct.new( :app_image_config_name, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  | 
  
#jupyter_lab_app_image_config ⇒ Types::JupyterLabAppImageConfig
The JupyterLab app running on the image.
      47284 47285 47286 47287 47288 47289 47290 47291  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47284 class UpdateAppImageConfigRequest < Struct.new( :app_image_config_name, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  | 
  
#kernel_gateway_image_config ⇒ Types::KernelGatewayImageConfig
The new KernelGateway app to run on the image.
      47284 47285 47286 47287 47288 47289 47290 47291  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 47284 class UpdateAppImageConfigRequest < Struct.new( :app_image_config_name, :kernel_gateway_image_config, :jupyter_lab_app_image_config, :code_editor_app_image_config) SENSITIVE = [] include Aws::Structure end  |