Space Space Settings Kernel Gateway App Settings Args
data class SpaceSpaceSettingsKernelGatewayAppSettingsArgs(val customImages: Output<List<SpaceSpaceSettingsKernelGatewayAppSettingsCustomImageArgs>>? = null, val defaultResourceSpec: Output<SpaceSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpecArgs>, val lifecycleConfigArns: Output<List<String>>? = null) : ConvertibleToJava<SpaceSpaceSettingsKernelGatewayAppSettingsArgs>
Constructors
Link copied to clipboard
constructor(customImages: Output<List<SpaceSpaceSettingsKernelGatewayAppSettingsCustomImageArgs>>? = null, defaultResourceSpec: Output<SpaceSpaceSettingsKernelGatewayAppSettingsDefaultResourceSpecArgs>, lifecycleConfigArns: Output<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
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.