Space Kernel Gateway App Settings
data class SpaceKernelGatewayAppSettings(val customImages: List<SpaceCustomImage>? = null, val defaultResourceSpec: SpaceResourceSpec? = null, val lifecycleConfigArns: List<String>? = null)
The kernel gateway app settings.
Constructors
Link copied to clipboard
constructor(customImages: List<SpaceCustomImage>? = null, defaultResourceSpec: SpaceResourceSpec? = null, lifecycleConfigArns: List<String>? = null)
Properties
Link copied to clipboard
A list of custom SageMaker images that are configured to run as a KernelGateway app.
Link copied to clipboard
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
Link copied to clipboard
A list of LifecycleConfigArns available for use with KernelGateway apps.