List hub content versions.
See https://www.paws-r-sdk.com/docs/sagemaker_list_hub_content_versions/ for full documentation.
Usage
sagemaker_list_hub_content_versions(
HubName,
HubContentType,
HubContentName,
MinVersion = 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 content versions of.
- HubContentType
[required] The type of hub content to list versions of.
- HubContentName
[required] The name of the hub content.
- MinVersion
The lower bound of the hub content versions to list.
- MaxSchemaVersion
The upper bound of the hub content schema version.
- CreationTimeBefore
Only list hub content versions that were created before the time specified.
- CreationTimeAfter
Only list hub content versions that were created after the time specified.
- SortBy
Sort hub content versions by either name or creation time.
- SortOrder
Sort hub content versions by ascending or descending order.
- MaxResults
The maximum number of hub content versions to list.
- NextToken
If the response to a previous
list_hub_content_versionsrequest was truncated, the response includes aNextToken. To retrieve the next set of hub content versions, use the token in the next request.