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

rekognition_delete_project

Deletes an Amazon Rekognition Custom Labels project


Description

Deletes an Amazon Rekognition Custom Labels project. To delete a project you must first delete all models associated with the project. To delete a model, see delete_project_version.

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

Usage

rekognition_delete_project(ProjectArn)

Arguments

ProjectArn

[required] The Amazon Resource Name (ARN) of the project that you want to delete.

Value

A list with the following syntax:

list(
  Status = "CREATING"|"CREATED"|"DELETING"
)

Request syntax

svc$delete_project(
  ProjectArn = "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.