Lists Amazon SageMaker Catalogs based on given filters and orders
Source:R/sagemaker_operations.R
sagemaker_list_resource_catalogs.RdLists Amazon SageMaker Catalogs based on given filters and orders. The maximum number of ResourceCatalogs viewable is 1000.
See https://www.paws-r-sdk.com/docs/sagemaker_list_resource_catalogs/ for full documentation.
Usage
sagemaker_list_resource_catalogs(
NameContains = NULL,
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
SortOrder = NULL,
SortBy = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- NameContains
A string that partially matches one or more
ResourceCatalogs names. FiltersResourceCatalogby name.- CreationTimeAfter
Use this parameter to search for
ResourceCatalogs created after a specific date and time.- CreationTimeBefore
Use this parameter to search for
ResourceCatalogs created before a specific date and time.- SortOrder
The order in which the resource catalogs are listed.
- SortBy
The value on which the resource catalog list is sorted.
- MaxResults
The maximum number of results returned by
list_resource_catalogs.- NextToken
A token to resume pagination of
list_resource_catalogsresults.