User Profile User Settings RSession App Settings Args
data class UserProfileUserSettingsRSessionAppSettingsArgs(val customImages: Output<List<UserProfileUserSettingsRSessionAppSettingsCustomImageArgs>>? = null, val defaultResourceSpec: Output<UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpecArgs>? = null) : ConvertibleToJava<UserProfileUserSettingsRSessionAppSettingsArgs>
Constructors
Link copied to clipboard
constructor(customImages: Output<List<UserProfileUserSettingsRSessionAppSettingsCustomImageArgs>>? = null, defaultResourceSpec: Output<UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpecArgs>? = null)
Properties
Link copied to clipboard
A list of custom SageMaker images that are configured to run as a KernelGateway app. see Custom Image below.
Link copied to clipboard
val defaultResourceSpec: Output<UserProfileUserSettingsRSessionAppSettingsDefaultResourceSpecArgs>? = null
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see Default Resource Spec below.