| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CustomImage |
CustomImage.clone() |
CustomImage |
CustomImage.withAppImageConfigName(String appImageConfigName)
The name of the AppImageConfig.
|
CustomImage |
CustomImage.withImageName(String imageName)
The name of the CustomImage.
|
CustomImage |
CustomImage.withImageVersionNumber(Integer imageVersionNumber)
The version number of the CustomImage.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomImage> |
RSessionAppSettings.getCustomImages()
A list of custom SageMaker images that are configured to run as a RSession app.
|
List<CustomImage> |
KernelGatewayAppSettings.getCustomImages()
A list of custom SageMaker images that are configured to run as a KernelGateway app.
|
| Modifier and Type | Method and Description |
|---|---|
RSessionAppSettings |
RSessionAppSettings.withCustomImages(CustomImage... customImages)
A list of custom SageMaker images that are configured to run as a RSession app.
|
KernelGatewayAppSettings |
KernelGatewayAppSettings.withCustomImages(CustomImage... customImages)
A list of custom SageMaker images that are configured to run as a KernelGateway app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RSessionAppSettings.setCustomImages(Collection<CustomImage> customImages)
A list of custom SageMaker images that are configured to run as a RSession app.
|
void |
KernelGatewayAppSettings.setCustomImages(Collection<CustomImage> customImages)
A list of custom SageMaker images that are configured to run as a KernelGateway app.
|
RSessionAppSettings |
RSessionAppSettings.withCustomImages(Collection<CustomImage> customImages)
A list of custom SageMaker images that are configured to run as a RSession app.
|
KernelGatewayAppSettings |
KernelGatewayAppSettings.withCustomImages(Collection<CustomImage> customImages)
A list of custom SageMaker images that are configured to run as a KernelGateway app.
|
Copyright © 2022. All rights reserved.