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.
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_config ⇒ Types::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_config ⇒ Types::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_config ⇒ Types::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 |