Updates the properties of an AppImageConfig.
See https://www.paws-r-sdk.com/docs/sagemaker_update_app_image_config/ for full documentation.
sagemaker_update_app_image_config(
AppImageConfigName,
KernelGatewayImageConfig = NULL,
JupyterLabAppImageConfig = NULL,
CodeEditorAppImageConfig = NULL
)
[required] The name of the AppImageConfig to update.
The new KernelGateway app to run on the image.
The JupyterLab app running on the image.
The Code Editor app running on the image.