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.



42787
42788
42789
42790
42791
42792
42793
# File 'lib/aws-sdk-sagemaker/types.rb', line 42787

class UpdateAppImageConfigRequest < Struct.new(
  :app_image_config_name,
  :kernel_gateway_image_config,
  :jupyter_lab_app_image_config)
  SENSITIVE = []
  include Aws::Structure
end

#jupyter_lab_app_image_configTypes::JupyterLabAppImageConfig

The JupyterLab app running on the image.



42787
42788
42789
42790
42791
42792
42793
# File 'lib/aws-sdk-sagemaker/types.rb', line 42787

class UpdateAppImageConfigRequest < Struct.new(
  :app_image_config_name,
  :kernel_gateway_image_config,
  :jupyter_lab_app_image_config)
  SENSITIVE = []
  include Aws::Structure
end

#kernel_gateway_image_configTypes::KernelGatewayImageConfig

The new KernelGateway app to run on the image.



42787
42788
42789
42790
42791
42792
42793
# File 'lib/aws-sdk-sagemaker/types.rb', line 42787

class UpdateAppImageConfigRequest < Struct.new(
  :app_image_config_name,
  :kernel_gateway_image_config,
  :jupyter_lab_app_image_config)
  SENSITIVE = []
  include Aws::Structure
end