List all existing hubs.
See https://www.paws-r-sdk.com/docs/sagemaker_list_hubs/ for full documentation.
Usage
sagemaker_list_hubs(
NameContains = NULL,
CreationTimeBefore = NULL,
CreationTimeAfter = NULL,
LastModifiedTimeBefore = NULL,
LastModifiedTimeAfter = NULL,
SortBy = NULL,
SortOrder = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- NameContains
Only list hubs with names that contain the specified string.
- CreationTimeBefore
Only list hubs that were created before the time specified.
- CreationTimeAfter
Only list hubs that were created after the time specified.
- LastModifiedTimeBefore
Only list hubs that were last modified before the time specified.
- LastModifiedTimeAfter
Only list hubs that were last modified after the time specified.
- SortBy
Sort hubs by either name or creation time.
- SortOrder
Sort hubs by ascending or descending order.
- MaxResults
The maximum number of hubs to list.
- NextToken
If the response to a previous
list_hubsrequest was truncated, the response includes aNextToken. To retrieve the next set of hubs, use the token in the next request.