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