View source: R/sagemaker_operations.R
sagemaker_list_model_package_groups | R Documentation |
Gets a list of the model groups in your Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/sagemaker_list_model_package_groups/ for full documentation.
sagemaker_list_model_package_groups(
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
MaxResults = NULL,
NameContains = NULL,
NextToken = NULL,
SortBy = NULL,
SortOrder = NULL,
CrossAccountFilterOption = NULL
)
CreationTimeAfter |
A filter that returns only model groups created after the specified time. |
CreationTimeBefore |
A filter that returns only model groups created before the specified time. |
MaxResults |
The maximum number of results to return in the response. |
NameContains |
A string in the model group name. This filter returns only model groups whose name contains the specified string. |
NextToken |
If the result of the previous
|
SortBy |
The field to sort results by. The default is |
SortOrder |
The sort order for results. The default is |
CrossAccountFilterOption |
A filter that returns either model groups shared with you or model
groups in your own account. When the value is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.