Gets a list of the projects in an Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/sagemaker_list_projects/ for full documentation.
sagemaker_list_projects(
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
MaxResults = NULL,
NameContains = NULL,
NextToken = NULL,
SortBy = NULL,
SortOrder = NULL
)A filter that returns the projects that were created after a specified time.
A filter that returns the projects that were created before a specified time.
The maximum number of projects to return in the response.
A filter that returns the projects whose name contains a specified string.
If the result of the previous list_projects
request was truncated, the response includes a NextToken. To retrieve
the next set of projects, use the token in the next request.
The field by which to sort results. The default is CreationTime.
The sort order for results. The default is Ascending.