SpaceSettings

data class SpaceSettings(val appType: SpaceAppType? = null, val codeEditorAppSettings: SpaceCodeEditorAppSettings? = null, val customFileSystems: List<SpaceCustomFileSystem>? = null, val jupyterLabAppSettings: SpaceJupyterLabAppSettings? = null, val jupyterServerAppSettings: SpaceJupyterServerAppSettings? = null, val kernelGatewayAppSettings: SpaceKernelGatewayAppSettings? = null, val spaceStorageSettings: SpaceStorageSettings? = 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
constructor(appType: SpaceAppType? = null, codeEditorAppSettings: SpaceCodeEditorAppSettings? = null, customFileSystems: List<SpaceCustomFileSystem>? = null, jupyterLabAppSettings: SpaceJupyterLabAppSettings? = null, jupyterServerAppSettings: SpaceJupyterServerAppSettings? = null, kernelGatewayAppSettings: SpaceKernelGatewayAppSettings? = null, spaceStorageSettings: SpaceStorageSettings? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appType: SpaceAppType? = null

The type of app created within the space. If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field.

Link copied to clipboard

The CodeEditor app settings.

Link copied to clipboard

A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.

Link copied to clipboard

The JupyterLab app settings.

Link copied to clipboard

The Jupyter server's app settings.

Link copied to clipboard

The kernel gateway app settings.

Link copied to clipboard

Default storage settings for a space.