Describe Studio Lifecycle Config
sagemaker_describe_studio_lifecycle_config | R Documentation |
Describes the Amazon SageMaker AI Studio Lifecycle Configuration¶
Description¶
Describes the Amazon SageMaker AI Studio Lifecycle Configuration.
Usage¶
sagemaker_describe_studio_lifecycle_config(StudioLifecycleConfigName)
Arguments¶
StudioLifecycleConfigName |
[required] The name of the Amazon SageMaker AI 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"
)
Request syntax¶
svc$describe_studio_lifecycle_config(
StudioLifecycleConfigName = "string"
)