View source: R/sagemaker_operations.R
sagemaker_list_notebook_instance_lifecycle_configs | R Documentation |
Lists notebook instance lifestyle configurations created with the create_notebook_instance_lifecycle_config
API.
See https://www.paws-r-sdk.com/docs/sagemaker_list_notebook_instance_lifecycle_configs/ for full documentation.
sagemaker_list_notebook_instance_lifecycle_configs(
NextToken = NULL,
MaxResults = NULL,
SortBy = NULL,
SortOrder = NULL,
NameContains = NULL,
CreationTimeBefore = NULL,
CreationTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
LastModifiedTimeAfter = NULL
)
NextToken |
If the result of a
|
MaxResults |
The maximum number of lifecycle configurations to return in the response. |
SortBy |
Sorts the list of results. The default is |
SortOrder |
The sort order for results. |
NameContains |
A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string. |
CreationTimeBefore |
A filter that returns only lifecycle configurations that were created before the specified time (timestamp). |
CreationTimeAfter |
A filter that returns only lifecycle configurations that were created after the specified time (timestamp). |
LastModifiedTimeBefore |
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp). |
LastModifiedTimeAfter |
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.