sagemaker_list_resource_catalogs {paws.machine.learning} | R Documentation |
Lists Amazon SageMaker Catalogs based on given filters and orders
Description
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.
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 |
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
|
[Package paws.machine.learning version 0.7.0 Index]