Domain Kernel Gateway App Settings
data class DomainKernelGatewayAppSettings(val customImages: List<DomainCustomImage>? = null, val defaultResourceSpec: DomainResourceSpec? = null, val lifecycleConfigArns: List<String>? = null)
The kernel gateway app settings.
Constructors
Link copied to clipboard
constructor(customImages: List<DomainCustomImage>? = null, defaultResourceSpec: DomainResourceSpec? = 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.