View source: R/sagemaker_operations.R
sagemaker_update_app_image_config | R Documentation |
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
)
AppImageConfigName |
[required] The name of the AppImageConfig to update. |
KernelGatewayImageConfig |
The new KernelGateway app to run on the image. |
JupyterLabAppImageConfig |
The JupyterLab app running on the image. |
CodeEditorAppImageConfig |
The Code Editor app running on the image. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.