Lists the Amazon SageMaker AI Studio Lifecycle Configurations in your Amazon Web Services Account
Source:R/sagemaker_operations.R
sagemaker_list_studio_lifecycle_configs.RdLists the Amazon SageMaker AI Studio Lifecycle Configurations in your Amazon Web Services Account.
See https://www.paws-r-sdk.com/docs/sagemaker_list_studio_lifecycle_configs/ for full documentation.
Usage
sagemaker_list_studio_lifecycle_configs(
MaxResults = NULL,
NextToken = NULL,
NameContains = NULL,
AppTypeEquals = NULL,
CreationTimeBefore = NULL,
CreationTimeAfter = NULL,
ModifiedTimeBefore = NULL,
ModifiedTimeAfter = NULL,
SortBy = NULL,
SortOrder = NULL
)Arguments
- MaxResults
The total number of items to return in the response. If the total number of items available is more than the value specified, a
NextTokenis provided in the response. To resume pagination, provide theNextTokenvalue in the as part of a subsequent call. The default value is 10.- NextToken
If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.
- NameContains
A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string.
- AppTypeEquals
A parameter to search for the App Type to which the Lifecycle Configuration is attached.
- CreationTimeBefore
A filter that returns only Lifecycle Configurations created on or before the specified time.
- CreationTimeAfter
A filter that returns only Lifecycle Configurations created on or after the specified time.
- ModifiedTimeBefore
A filter that returns only Lifecycle Configurations modified before the specified time.
- ModifiedTimeAfter
A filter that returns only Lifecycle Configurations modified after the specified time.
- SortBy
The property used to sort results. The default value is CreationTime.
- SortOrder
The sort order. The default value is Descending.