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
)
A filter that returns only model groups created after the specified time.
A filter that returns only model groups created before the specified time.
The maximum number of results to return in the response.
A string in the model group name. This filter returns only model groups whose name contains the specified string.
If the result of the previous
list_model_package_groups
request was truncated, the response includes a NextToken
. To retrieve
the next set of model groups, use the token in the next request.
The field to sort results by. The default is CreationTime
.
The sort order for results. The default is Ascending
.
A filter that returns either model groups shared with you or model
groups in your own account. When the value is CrossAccount
, the
results show the resources made discoverable to you from other accounts.
When the value is SameAccount
or null
, the results show resources
from your account. The default is SameAccount
.