Uses of Interface
software.amazon.awssdk.services.sagemaker.model.JupyterLabAppImageConfig.Builder
-
Packages that use JupyterLabAppImageConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of JupyterLabAppImageConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return JupyterLabAppImageConfig.Builder Modifier and Type Method Description static JupyterLabAppImageConfig.BuilderJupyterLabAppImageConfig. builder()default JupyterLabAppImageConfig.BuilderJupyterLabAppImageConfig.Builder. containerConfig(Consumer<ContainerConfig.Builder> containerConfig)Sets the value of the ContainerConfig property for this object.JupyterLabAppImageConfig.BuilderJupyterLabAppImageConfig.Builder. containerConfig(ContainerConfig containerConfig)Sets the value of the ContainerConfig property for this object.default JupyterLabAppImageConfig.BuilderJupyterLabAppImageConfig.Builder. fileSystemConfig(Consumer<FileSystemConfig.Builder> fileSystemConfig)Sets the value of the FileSystemConfig property for this object.JupyterLabAppImageConfig.BuilderJupyterLabAppImageConfig.Builder. fileSystemConfig(FileSystemConfig fileSystemConfig)Sets the value of the FileSystemConfig property for this object.JupyterLabAppImageConfig.BuilderJupyterLabAppImageConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type JupyterLabAppImageConfig.Builder Modifier and Type Method Description static Class<? extends JupyterLabAppImageConfig.Builder>JupyterLabAppImageConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type JupyterLabAppImageConfig.Builder Modifier and Type Method Description default AppImageConfigDetails.BuilderAppImageConfigDetails.Builder. jupyterLabAppImageConfig(Consumer<JupyterLabAppImageConfig.Builder> jupyterLabAppImageConfig)The configuration for the file system and the runtime, such as the environment variables and entry point.default CreateAppImageConfigRequest.BuilderCreateAppImageConfigRequest.Builder. jupyterLabAppImageConfig(Consumer<JupyterLabAppImageConfig.Builder> jupyterLabAppImageConfig)TheJupyterLabAppImageConfig.default DescribeAppImageConfigResponse.BuilderDescribeAppImageConfigResponse.Builder. jupyterLabAppImageConfig(Consumer<JupyterLabAppImageConfig.Builder> jupyterLabAppImageConfig)The configuration of the JupyterLab app.default UpdateAppImageConfigRequest.BuilderUpdateAppImageConfigRequest.Builder. jupyterLabAppImageConfig(Consumer<JupyterLabAppImageConfig.Builder> jupyterLabAppImageConfig)The JupyterLab app running on the image.
-