Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rekognition_describe_projects

Lists and gets information about your Amazon Rekognition Custom Labels projects


Description

Lists and gets information about your Amazon Rekognition Custom Labels projects.

This operation requires permissions to perform the rekognition:DescribeProjects action.

Usage

rekognition_describe_projects(NextToken, MaxResults)

Arguments

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.

Value

A list with the following syntax:

list(
  ProjectDescriptions = list(
    list(
      ProjectArn = "string",
      CreationTimestamp = as.POSIXct(
        "2015-01-01"
      ),
      Status = "CREATING"|"CREATED"|"DELETING"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$describe_projects(
  NextToken = "string",
  MaxResults = 123
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.