SpaceKernelGatewayAppSettingsArgs

data class SpaceKernelGatewayAppSettingsArgs(val customImages: Output<List<SpaceCustomImageArgs>>? = null, val defaultResourceSpec: Output<SpaceResourceSpecArgs>? = null) : ConvertibleToJava<SpaceKernelGatewayAppSettingsArgs>

The kernel gateway app settings.

Constructors

Link copied to clipboard
constructor(customImages: Output<List<SpaceCustomImageArgs>>? = null, defaultResourceSpec: Output<SpaceResourceSpecArgs>? = null)

Properties

Link copied to clipboard
val customImages: Output<List<SpaceCustomImageArgs>>? = null

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.

Functions

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