View source: R/sagemaker_operations.R
sagemaker_list_resource_catalogs | R Documentation |
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
)
NameContains |
A string that partially matches one or more |
CreationTimeAfter |
Use this parameter to search for |
CreationTimeBefore |
Use this parameter to search for |
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
|
NextToken |
A token to resume pagination of
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.