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
)
If the result of a
list_notebook_instance_lifecycle_configs
request was truncated, the response includes a NextToken
. To get the
next set of lifecycle configurations, use the token in the next request.
The maximum number of lifecycle configurations to return in the response.
Sorts the list of results. The default is CreationTime
.
The sort order for results.
A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.
A filter that returns only lifecycle configurations that were created before the specified time (timestamp).
A filter that returns only lifecycle configurations that were created after the specified time (timestamp).
A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).
A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).