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, sdkFields
copy
applyMutation, build
KernelGatewayImageConfig.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 theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #kernelSpecs(List)
.kernelSpecs
- a consumer that will call methods on List.Builder
#kernelSpecs(List)
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.Builder
fileSystemConfig(FileSystemConfig)
Copyright © 2022. All rights reserved.