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