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