Describe Notebook Instance Lifecycle Config
sagemaker_describe_notebook_instance_lifecycle_config | R Documentation |
Returns a description of a notebook instance lifecycle configuration¶
Description¶
Returns a description of a notebook instance lifecycle configuration.
For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.
Usage¶
Arguments¶
NotebookInstanceLifecycleConfigName
[required] The name of the lifecycle configuration to describe.
Value¶
A list with the following syntax:
list(
NotebookInstanceLifecycleConfigArn = "string",
NotebookInstanceLifecycleConfigName = "string",
OnCreate = list(
list(
Content = "string"
)
),
OnStart = list(
list(
Content = "string"
)
),
LastModifiedTime = as.POSIXct(
"2015-01-01"
),
CreationTime = as.POSIXct(
"2015-01-01"
)
)