App Image Config Kernel Gateway Image Config
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>)