Uses of Class
software.amazon.awssdk.services.sagemaker.model.CustomImage
-
Packages that use CustomImage Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CustomImage in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CustomImage Modifier and Type Method Description List<CustomImage>CodeEditorAppSettings. customImages()A list of custom SageMaker images that are configured to run as a Code Editor app.List<CustomImage>JupyterLabAppSettings. customImages()A list of custom SageMaker images that are configured to run as a JupyterLab app.List<CustomImage>KernelGatewayAppSettings. customImages()A list of custom SageMaker images that are configured to run as a KernelGateway app.List<CustomImage>RSessionAppSettings. customImages()A list of custom SageMaker images that are configured to run as a RSession app.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CustomImage Modifier and Type Method Description CodeEditorAppSettings.BuilderCodeEditorAppSettings.Builder. customImages(CustomImage... customImages)A list of custom SageMaker images that are configured to run as a Code Editor app.JupyterLabAppSettings.BuilderJupyterLabAppSettings.Builder. customImages(CustomImage... customImages)A list of custom SageMaker images that are configured to run as a JupyterLab app.KernelGatewayAppSettings.BuilderKernelGatewayAppSettings.Builder. customImages(CustomImage... customImages)A list of custom SageMaker images that are configured to run as a KernelGateway app.RSessionAppSettings.BuilderRSessionAppSettings.Builder. customImages(CustomImage... customImages)A list of custom SageMaker images that are configured to run as a RSession app.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type CustomImage Modifier and Type Method Description CodeEditorAppSettings.BuilderCodeEditorAppSettings.Builder. customImages(Collection<CustomImage> customImages)A list of custom SageMaker images that are configured to run as a Code Editor app.JupyterLabAppSettings.BuilderJupyterLabAppSettings.Builder. customImages(Collection<CustomImage> customImages)A list of custom SageMaker images that are configured to run as a JupyterLab app.KernelGatewayAppSettings.BuilderKernelGatewayAppSettings.Builder. customImages(Collection<CustomImage> customImages)A list of custom SageMaker images that are configured to run as a KernelGateway app.RSessionAppSettings.BuilderRSessionAppSettings.Builder. customImages(Collection<CustomImage> customImages)A list of custom SageMaker images that are configured to run as a RSession app.
-