public static interface KernelGatewayImageConfig.Builder extends SdkPojo, CopyableBuilder<KernelGatewayImageConfig.Builder,KernelGatewayImageConfig>
| Modifier and Type | Method and Description |
|---|---|
default KernelGatewayImageConfig.Builder |
fileSystemConfig(Consumer<FileSystemConfig.Builder> fileSystemConfig)
The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.
|
KernelGatewayImageConfig.Builder |
fileSystemConfig(FileSystemConfig fileSystemConfig)
The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.
|
KernelGatewayImageConfig.Builder |
kernelSpecs(Collection<KernelSpec> kernelSpecs)
The specification of the Jupyter kernels in the image.
|
KernelGatewayImageConfig.Builder |
kernelSpecs(Consumer<KernelSpec.Builder>... kernelSpecs)
The specification of the Jupyter kernels in the image.
|
KernelGatewayImageConfig.Builder |
kernelSpecs(KernelSpec... kernelSpecs)
The specification of the Jupyter kernels in the image.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKernelGatewayImageConfig.Builder kernelSpecs(Collection<KernelSpec> kernelSpecs)
The specification of the Jupyter kernels in the image.
kernelSpecs - The specification of the Jupyter kernels in the image.KernelGatewayImageConfig.Builder kernelSpecs(KernelSpec... kernelSpecs)
The specification of the Jupyter kernels in the image.
kernelSpecs - The specification of the Jupyter kernels in the image.KernelGatewayImageConfig.Builder kernelSpecs(Consumer<KernelSpec.Builder>... kernelSpecs)
The specification of the Jupyter kernels in the image.
This is a convenience method that creates an instance of theKernelSpec.Builder avoiding the need to create one
manually via KernelSpec.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #kernelSpecs(List.
kernelSpecs - a consumer that will call methods on
KernelSpec.Builder#kernelSpecs(java.util.Collection) KernelGatewayImageConfig.Builder fileSystemConfig(FileSystemConfig fileSystemConfig)
The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.
fileSystemConfig - The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.default KernelGatewayImageConfig.Builder fileSystemConfig(Consumer<FileSystemConfig.Builder> fileSystemConfig)
The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.
This is a convenience method that creates an instance of theFileSystemConfig.Builder avoiding the
need to create one manually via FileSystemConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fileSystemConfig(FileSystemConfig).
fileSystemConfig - a consumer that will call methods on FileSystemConfig.BuilderfileSystemConfig(FileSystemConfig)Copyright © 2023. All rights reserved.