AppImageConfigKernelGatewayImageConfig

data class AppImageConfigKernelGatewayImageConfig(val fileSystemConfig: AppImageConfigFileSystemConfig? = null, val kernelSpecs: List<AppImageConfigKernelSpec>)

The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app.

Constructors

Link copied to clipboard
constructor(fileSystemConfig: AppImageConfigFileSystemConfig? = null, kernelSpecs: List<AppImageConfigKernelSpec>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

Link copied to clipboard

The specification of the Jupyter kernels in the image.