| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<CustomImage> |
KernelGatewayAppSettings.customImages()
A list of custom SageMaker images that are configured to run as a KernelGateway app.
|
| Modifier and Type | Method and Description |
|---|---|
KernelGatewayAppSettings.Builder |
KernelGatewayAppSettings.Builder.customImages(CustomImage... customImages)
A list of custom SageMaker images that are configured to run as a KernelGateway app.
|
| Modifier and Type | Method and Description |
|---|---|
KernelGatewayAppSettings.Builder |
KernelGatewayAppSettings.Builder.customImages(Collection<CustomImage> customImages)
A list of custom SageMaker images that are configured to run as a KernelGateway app.
|
Copyright © 2020. All rights reserved.