Describe Studio Lifecycle Config
sagemaker_describe_studio_lifecycle_config | R Documentation |
Describes the Amazon SageMaker Studio Lifecycle Configuration¶
Description¶
Describes the Amazon SageMaker Studio Lifecycle Configuration.
Usage¶
Arguments¶
StudioLifecycleConfigName
[required] The name of the Amazon SageMaker Studio Lifecycle Configuration to describe.
Value¶
A list with the following syntax:
list(
StudioLifecycleConfigArn = "string",
StudioLifecycleConfigName = "string",
CreationTime = as.POSIXct(
"2015-01-01"
),
LastModifiedTime = as.POSIXct(
"2015-01-01"
),
StudioLifecycleConfigContent = "string",
StudioLifecycleConfigAppType = "JupyterServer"|"KernelGateway"|"CodeEditor"|"JupyterLab"
)