Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API
Source:R/sagemaker_operations.R
sagemaker_list_notebook_instance_lifecycle_configs.RdLists 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.
Usage
sagemaker_list_notebook_instance_lifecycle_configs(
NextToken = NULL,
MaxResults = NULL,
SortBy = NULL,
SortOrder = NULL,
NameContains = NULL,
CreationTimeBefore = NULL,
CreationTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
LastModifiedTimeAfter = NULL
)Arguments
- NextToken
If the result of a
list_notebook_instance_lifecycle_configsrequest was truncated, the response includes aNextToken. To get the next set of lifecycle configurations, use the token in the next request.- MaxResults
The maximum number of lifecycle configurations to return in the response.
- SortBy
Sorts the list of results. The default is
CreationTime.- 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).