Lists and gets information about your Amazon Rekognition Custom Labels projects
Lists and gets information about your Amazon Rekognition Custom Labels projects.
This operation requires permissions to perform the
rekognition:DescribeProjects
action.
rekognition_describe_projects(NextToken, MaxResults)
NextToken |
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results. |
MaxResults |
The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100. |
A list with the following syntax:
list( ProjectDescriptions = list( list( ProjectArn = "string", CreationTimestamp = as.POSIXct( "2015-01-01" ), Status = "CREATING"|"CREATED"|"DELETING" ) ), NextToken = "string" )
svc$describe_projects( NextToken = "string", MaxResults = 123 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.