Class: Aws::SageMaker::Types::UpdateAppImageConfigRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_image_config_nameString

The name of the AppImageConfig to update.

Returns:

  • (String)


45120
45121
45122
45123
45124
45125
45126
45127
# File 'lib/aws-sdk-sagemaker/types.rb', line 45120

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_configTypes::CodeEditorAppImageConfig

The Code Editor app running on the image.



45120
45121
45122
45123
45124
45125
45126
45127
# File 'lib/aws-sdk-sagemaker/types.rb', line 45120

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_configTypes::JupyterLabAppImageConfig

The JupyterLab app running on the image.



45120
45121
45122
45123
45124
45125
45126
45127
# File 'lib/aws-sdk-sagemaker/types.rb', line 45120

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_configTypes::KernelGatewayImageConfig

The new KernelGateway app to run on the image.



45120
45121
45122
45123
45124
45125
45126
45127
# File 'lib/aws-sdk-sagemaker/types.rb', line 45120

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