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

rekognition_create_project

Creates a new Amazon Rekognition Custom Labels project


Description

Creates a new Amazon Rekognition Custom Labels project. A project is a logical grouping of resources (images, Labels, models) and operations (training, evaluation and detection).

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

Usage

rekognition_create_project(ProjectName)

Arguments

ProjectName

[required] The name of the project to create.

Value

A list with the following syntax:

list(
  ProjectArn = "string"
)

Request syntax

svc$create_project(
  ProjectName = "string"
)

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.