Space Settings
data class SpaceSettings(val jupyterServerAppSettings: SpaceJupyterServerAppSettings? = null, val kernelGatewayAppSettings: SpaceKernelGatewayAppSettings? = null)
A collection of settings that apply to spaces of Amazon SageMaker Studio. These settings are specified when the CreateSpace API is called.
Constructors
Link copied to clipboard
fun SpaceSettings(jupyterServerAppSettings: SpaceJupyterServerAppSettings? = null, kernelGatewayAppSettings: SpaceKernelGatewayAppSettings? = null)