Lists the model packages that have been created.
See https://www.paws-r-sdk.com/docs/sagemaker_list_model_packages/ for full documentation.
sagemaker_list_model_packages(
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
MaxResults = NULL,
NameContains = NULL,
ModelApprovalStatus = NULL,
ModelPackageGroupName = NULL,
ModelPackageType = NULL,
NextToken = NULL,
SortBy = NULL,
SortOrder = NULL
)A filter that returns only model packages created after the specified time (timestamp).
A filter that returns only model packages created before the specified time (timestamp).
The maximum number of model packages to return in the response.
A string in the model package name. This filter returns only model packages whose name contains the specified string.
A filter that returns only the model packages with the specified approval status.
A filter that returns only model versions that belong to the specified model group.
A filter that returns only the model packages of the specified type. This can be one of the following values.
UNVERSIONED - List only unversioined models. This is the default
value if no ModelPackageType is specified.
VERSIONED - List only versioned models.
BOTH - List both versioned and unversioned models.
If the response to a previous
list_model_packages request was
truncated, the response includes a NextToken. To retrieve the next set
of model packages, use the token in the next request.
The parameter by which to sort the results. The default is
CreationTime.
The sort order for the results. The default is Ascending.