View source: R/sagemaker_operations.R
sagemaker_list_hub_content_versions | R Documentation |
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
)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.