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