rekognition_delete_project {paws.machine.learning} | R Documentation |
Deletes a Amazon Rekognition project
Description
Deletes a Amazon Rekognition project. To delete a project you must first delete all models or adapters associated with the project. To delete a model or adapter, see delete_project_version
.
See https://www.paws-r-sdk.com/docs/rekognition_delete_project/ for full documentation.
Usage
rekognition_delete_project(ProjectArn)
Arguments
ProjectArn |
[required] The Amazon Resource Name (ARN) of the project that you want to delete. |
[Package paws.machine.learning version 0.7.0 Index]