Gets a list of the projects in an AWS account
Gets a list of the projects in an AWS account.
sagemaker_list_projects(CreationTimeAfter, CreationTimeBefore, MaxResults, NameContains, NextToken, SortBy, SortOrder)
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 |
A list with the following syntax:
list( ProjectSummaryList = list( list( ProjectName = "string", ProjectDescription = "string", ProjectArn = "string", ProjectId = "string", CreationTime = as.POSIXct( "2015-01-01" ), ProjectStatus = "Pending"|"CreateInProgress"|"CreateCompleted"|"CreateFailed"|"DeleteInProgress"|"DeleteFailed"|"DeleteCompleted" ) ), NextToken = "string" )
svc$list_projects( CreationTimeAfter = as.POSIXct( "2015-01-01" ), CreationTimeBefore = as.POSIXct( "2015-01-01" ), MaxResults = 123, NameContains = "string", NextToken = "string", SortBy = "Name"|"CreationTime", SortOrder = "Ascending"|"Descending" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.