| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
KernelSpec |
KernelSpec.clone() |
KernelSpec |
KernelSpec.withDisplayName(String displayName)
The display name of the kernel.
|
KernelSpec |
KernelSpec.withName(String name)
The name of the Jupyter kernel in the image.
|
| Modifier and Type | Method and Description |
|---|---|
List<KernelSpec> |
KernelGatewayImageConfig.getKernelSpecs()
The specification of the Jupyter kernels in the image.
|
| Modifier and Type | Method and Description |
|---|---|
KernelGatewayImageConfig |
KernelGatewayImageConfig.withKernelSpecs(KernelSpec... kernelSpecs)
The specification of the Jupyter kernels in the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KernelGatewayImageConfig.setKernelSpecs(Collection<KernelSpec> kernelSpecs)
The specification of the Jupyter kernels in the image.
|
KernelGatewayImageConfig |
KernelGatewayImageConfig.withKernelSpecs(Collection<KernelSpec> kernelSpecs)
The specification of the Jupyter kernels in the image.
|
Copyright © 2025. All rights reserved.