View source: R/sagemaker_operations.R
sagemaker_list_model_packages | R Documentation |
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
)
CreationTimeAfter |
A filter that returns only model packages created after the specified time (timestamp). |
CreationTimeBefore |
A filter that returns only model packages created before the specified time (timestamp). |
MaxResults |
The maximum number of model packages to return in the response. |
NameContains |
A string in the model package name. This filter returns only model packages whose name contains the specified string. |
ModelApprovalStatus |
A filter that returns only the model packages with the specified approval status. |
ModelPackageGroupName |
A filter that returns only model versions that belong to the specified model group. |
ModelPackageType |
A filter that returns only the model packages of the specified type. This can be one of the following values.
|
NextToken |
If the response to a previous
|
SortBy |
The parameter by which to sort the results. The default is
|
SortOrder |
The sort order for the results. The default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.