User Profile User Settings Kernel Gateway App Settings
data class UserProfileUserSettingsKernelGatewayAppSettings(val customImages: List<UserProfileUserSettingsKernelGatewayAppSettingsCustomImage>? = null, val defaultResourceSpec: UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec? = null, val lifecycleConfigArns: List<String>? = null)
Constructors
Link copied to clipboard
constructor(customImages: List<UserProfileUserSettingsKernelGatewayAppSettingsCustomImage>? = null, defaultResourceSpec: UserProfileUserSettingsKernelGatewayAppSettingsDefaultResourceSpec? = 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. see Custom Image below.
Link copied to clipboard
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.
Link copied to clipboard
The Amazon Resource Name (ARN) of the Lifecycle Configurations.