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 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 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 © 2021. All rights reserved.