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