UserProfileKernelGatewayAppSettings

data class UserProfileKernelGatewayAppSettings(val customImages: List<UserProfileCustomImage>? = null, val defaultResourceSpec: UserProfileResourceSpec? = null, val lifecycleConfigArns: List<String>? = null)

The kernel gateway app settings.

Constructors

Link copied to clipboard
constructor(customImages: List<UserProfileCustomImage>? = null, defaultResourceSpec: UserProfileResourceSpec? = null, lifecycleConfigArns: List<String>? = null)

Types

Link copied to clipboard
object Companion

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.