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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


42872
42873
42874
42875
42876
42877
42878
42879
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42872

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.



42872
42873
42874
42875
42876
42877
42878
42879
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42872

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.



42872
42873
42874
42875
42876
42877
42878
42879
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42872

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.



42872
42873
42874
42875
42876
42877
42878
42879
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42872

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