/AWS1/CL_REK=>CREATEPROJECT()
¶
About CreateProject¶
Creates a new Amazon Rekognition project. A project is a group of resources (datasets, model
versions) that you use to create and manage a Amazon Rekognition Custom Labels Model or custom adapter. You can
specify a feature to create the project with, if no feature is specified then Custom Labels
is used by default. For adapters, you can also choose whether or not to have the project
auto update by using the AutoUpdate argument. This operation requires permissions to
perform the rekognition:CreateProject
action.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_PROJECTNAME
TYPE /AWS1/REKPROJECTNAME
/AWS1/REKPROJECTNAME
¶
The name of the project to create.
Optional arguments:¶
IV_FEATURE
TYPE /AWS1/REKCUSTOMIZATIONFEATURE
/AWS1/REKCUSTOMIZATIONFEATURE
¶
Specifies feature that is being customized. If no value is provided CUSTOM_LABELS is used as a default.
IV_AUTOUPDATE
TYPE /AWS1/REKPROJECTAUTOUPDATE
/AWS1/REKPROJECTAUTOUPDATE
¶
Specifies whether automatic retraining should be attempted for the versions of the project. Automatic retraining is done as a best effort. Required argument for Content Moderation. Applicable only to adapters.
IT_TAGS
TYPE /AWS1/CL_REKTAGMAP_W=>TT_TAGMAP
TT_TAGMAP
¶
A set of tags (key-value pairs) that you want to attach to the project.