Returns a description of a notebook instance lifecycle configuration
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.
sagemaker_describe_notebook_instance_lifecycle_config( NotebookInstanceLifecycleConfigName)
NotebookInstanceLifecycleConfigName |
[required] The name of the lifecycle configuration to describe. |
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" ) )
svc$describe_notebook_instance_lifecycle_config( NotebookInstanceLifecycleConfigName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.