Amazon Rekognition Custom Labels API reference
The Amazon Rekognition Custom Labels API is documented as part of the Amazon Rekognition API reference content. This is a list of the Amazon Rekognition Custom Labels API operations with links to the appropriate Amazon Rekognition API reference topic. Also, API reference links within this document go to the appropriate Amazon Rekognition Developer Guide API reference topic. For information about using the API, see .
Training your model
Projects
CreateProject — Creates your Amazon Rekognition Custom Labels project which is a logical grouping of resources (images, Labels, models) and operations (training, evaluation, and detection).
DeleteProject — Deletes an Amazon Rekognition Custom Labels project.
DescribeProjects — Returns a list of all your Amazon Rekognition Custom Labels projects.
Project Policies
PutProjectPolicy — Attaches a project policy to a Amazon Rekognition Custom Labels project in a trusting AWS account.
ListProjectPolicies — Returns a list of the project policies attached to a project.
DeleteProjectPolicy — Deletes an existing project policy.
Datasets
CreateDataset — Creates a Amazon Rekognition Custom Labels dataset.
DeleteDataset — Deletes an Amazon Rekognition Custom Labels dataset.
DescribeDataset — Describes an Amazon Rekognition Custom Labels dataset.
DistributeDatasetEntries — Distributes the entries (images) in a training dataset across the training dataset and the test dataset for a project.
ListDatasetEntries — Returns a list of entries (images) in an Amazon Rekognition Custom Labels dataset.
ListDatasetLabels — Returns a list of labels assigned to an Amazon Rekognition Custom Labels dataset.
UpdateDatasetEntries — Adds or updates entries (images) in an Amazon Rekognition Custom Labels dataset.
Models
CreateProjectVersion — Trains your Amazon Rekognition Custom Labels model.
-
CopyProjectVersion — Copies your Amazon Rekognition Custom Labels model.
DeleteProjectVersion — Deletes an Amazon Rekognition Custom Labels model.
DescribeProjectVersions — Returns a list of all the Amazon Rekognition Custom Labels models within a specific project.
Tags
TagResource — Adds one or more key-value tags to an Amazon Rekognition Custom Labels model.
UntagResource — Removes one or more tags from an Amazon Rekognition Custom Labels model.
Using your model
DetectCustomLabels — Analyzes an image with your custom labels model.
StartProjectVersion — Starts your custom labels model.
StopProjectVersion — Stops your custom labels model.