Skip to content

Rekognition.detectCustomLabels #7072

@rpostulart

Description

@rpostulart

Request: with the rise of machine learning AWS Amplify is already offering a great library with predictions. I am working now on a project where I need to work with custom labels.

This is the same implementation as:

https://github.com/aws-amplify/amplify-js/blob/a047ce73abe98c3bf82e888c3afb4d2f911805f3/packages/predictions/src/Providers/AmazonAIIdentifyPredictionsProvider.ts

line 228: detectLabels

where

this.rekognition.detectLabels

will now be this.rekognition.detectCustomLabels

with only one extra param:

ProjectVersionArn:

'STRING_VALUE',

/* required */

It would be great to have this feature, because this enables a whole dimension to the prediction custom labels and it enables me to interact directly with the custom label services via the app instead of via a Lambda.

@dabit3 is it possible to implement this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    PredictionsRelated to Predictions categoryfeature-requestRequest a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions