List the contents of a hub.
See https://www.paws-r-sdk.com/docs/sagemaker_list_hub_contents/ for full documentation.
sagemaker_list_hub_contents(
HubName,
HubContentType,
NameContains = NULL,
MaxSchemaVersion = NULL,
CreationTimeBefore = NULL,
CreationTimeAfter = NULL,
SortBy = NULL,
SortOrder = NULL,
MaxResults = NULL,
NextToken = NULL
)
[required] The name of the hub to list the contents of.
[required] The type of hub content to list.
Only list hub content if the name contains the specified string.
The upper bound of the hub content schema verion.
Only list hub content that was created before the time specified.
Only list hub content that was created after the time specified.
Sort hub content versions by either name or creation time.
Sort hubs by ascending or descending order.
The maximum amount of hub content to list.
If the response to a previous
list_hub_contents
request was
truncated, the response includes a NextToken
. To retrieve the next set
of hub content, use the token in the next request.