sagemaker_update_app_image_config {paws.machine.learning} | R Documentation |
Updates the properties of an AppImageConfig
Description
Updates the properties of an AppImageConfig.
See https://www.paws-r-sdk.com/docs/sagemaker_update_app_image_config/ for full documentation.
Usage
sagemaker_update_app_image_config(
AppImageConfigName,
KernelGatewayImageConfig = NULL,
JupyterLabAppImageConfig = NULL,
CodeEditorAppImageConfig = NULL
)
Arguments
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. |
[Package paws.machine.learning version 0.9.0 Index]