AppImageConfigKernelGatewayImageConfigArgs

data class AppImageConfigKernelGatewayImageConfigArgs(val fileSystemConfig: Output<AppImageConfigFileSystemConfigArgs>? = null, val kernelSpecs: Output<List<AppImageConfigKernelSpecArgs>>) : ConvertibleToJava<AppImageConfigKernelGatewayImageConfigArgs>

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

Constructors

constructor(fileSystemConfig: Output<AppImageConfigFileSystemConfigArgs>? = null, kernelSpecs: Output<List<AppImageConfigKernelSpecArgs>>)

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.

Functions

Link copied to clipboard
open override fun toJava(): AppImageConfigKernelGatewayImageConfigArgs