Domain Default Space Settings Kernel Gateway App Settings
data class DomainDefaultSpaceSettingsKernelGatewayAppSettings(val customImages: List<DomainDefaultSpaceSettingsKernelGatewayAppSettingsCustomImage>? = null, val defaultResourceSpec: DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec? = null, val lifecycleConfigArns: List<String>? = null)
Constructors
Link copied to clipboard
constructor(customImages: List<DomainDefaultSpaceSettingsKernelGatewayAppSettingsCustomImage>? = null, defaultResourceSpec: DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec? = null, lifecycleConfigArns: List<String>? = null)
Properties
Link copied to clipboard
A list of custom SageMaker AI images that are configured to run as a KernelGateway app. see custom_image
Block below.
Link copied to clipboard
val defaultResourceSpec: DomainDefaultSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpec? = null
The default instance type and the Amazon Resource Name (ARN) of the SageMaker AI image created on the instance. see default_resource_spec
Block below.
Link copied to clipboard
The Amazon Resource Name (ARN) of the Lifecycle Configurations.