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