AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
StudioLifecycleConfigAppType
Studio
Lifecycle
Config
App
Type
sealed
class
StudioLifecycleConfigAppType
Inheritors
CodeEditor
JupyterLab
JupyterServer
KernelGateway
SdkUnknown
Members
Types
Code
Editor
Link copied to clipboard
object
CodeEditor
:
StudioLifecycleConfigAppType
Companion
Link copied to clipboard
object
Companion
Jupyter
Lab
Link copied to clipboard
object
JupyterLab
:
StudioLifecycleConfigAppType
Jupyter
Server
Link copied to clipboard
object
JupyterServer
:
StudioLifecycleConfigAppType
Kernel
Gateway
Link copied to clipboard
object
KernelGateway
:
StudioLifecycleConfigAppType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StudioLifecycleConfigAppType
Properties
value
Link copied to clipboard
abstract
val
value
:
String