App Image Config Kernel Gateway Image Config Args
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
Link copied to clipboard
constructor(fileSystemConfig: Output<AppImageConfigFileSystemConfigArgs>? = null, kernelSpecs: Output<List<AppImageConfigKernelSpecArgs>>)