sagemaker_list_projects {paws.machine.learning} | R Documentation |
Gets a list of the projects in an Amazon Web Services account
Description
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.
Usage
sagemaker_list_projects(
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
MaxResults = NULL,
NameContains = NULL,
NextToken = NULL,
SortBy = NULL,
SortOrder = NULL
)
Arguments
CreationTimeAfter |
A filter that returns the projects that were created after a specified time. |
CreationTimeBefore |
A filter that returns the projects that were created before a specified time. |
MaxResults |
The maximum number of projects to return in the response. |
NameContains |
A filter that returns the projects whose name contains a specified string. |
NextToken |
If the result of the previous |
SortBy |
The field by which to sort results. The default is |
SortOrder |
The sort order for results. The default is |
[Package paws.machine.learning version 0.7.0 Index]