DomainKernelGatewayAppSettingsArgs

data class DomainKernelGatewayAppSettingsArgs(val customImages: Output<List<DomainCustomImageArgs>>? = null, val defaultResourceSpec: Output<DomainResourceSpecArgs>? = null) : ConvertibleToJava<DomainKernelGatewayAppSettingsArgs>

The kernel gateway app settings.

Constructors

Link copied to clipboard
fun DomainKernelGatewayAppSettingsArgs(customImages: Output<List<DomainCustomImageArgs>>? = null, defaultResourceSpec: Output<DomainResourceSpecArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DomainKernelGatewayAppSettingsArgs

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.