Uses of Class
software.amazon.awssdk.services.sagemaker.model.JupyterLabAppImageConfig
-
Packages that use JupyterLabAppImageConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of JupyterLabAppImageConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return JupyterLabAppImageConfig Modifier and Type Method Description JupyterLabAppImageConfigAppImageConfigDetails. jupyterLabAppImageConfig()The configuration for the file system and the runtime, such as the environment variables and entry point.JupyterLabAppImageConfigCreateAppImageConfigRequest. jupyterLabAppImageConfig()TheJupyterLabAppImageConfig.JupyterLabAppImageConfigDescribeAppImageConfigResponse. jupyterLabAppImageConfig()The configuration of the JupyterLab app.JupyterLabAppImageConfigUpdateAppImageConfigRequest. jupyterLabAppImageConfig()The JupyterLab app running on the image.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type JupyterLabAppImageConfig Modifier and Type Method Description AppImageConfigDetails.BuilderAppImageConfigDetails.Builder. jupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig)The configuration for the file system and the runtime, such as the environment variables and entry point.CreateAppImageConfigRequest.BuilderCreateAppImageConfigRequest.Builder. jupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig)TheJupyterLabAppImageConfig.DescribeAppImageConfigResponse.BuilderDescribeAppImageConfigResponse.Builder. jupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig)The configuration of the JupyterLab app.UpdateAppImageConfigRequest.BuilderUpdateAppImageConfigRequest.Builder. jupyterLabAppImageConfig(JupyterLabAppImageConfig jupyterLabAppImageConfig)The JupyterLab app running on the image.
-