Amazon Comprehend built-in model as endpoint

0

I want to set up an endpoint for classifying sentiment, is it possible to do this using the built-in model used from Amazon Comprehend? Or do I have to make a custom model if I want to deploy it as an endpoint?

Thanks!

  • You shouldn't be needing to setup up an endpoint for pre-built models as there are synchronous inference APIs already present. I'm curious why are you even asking for it ? is it to have control over the max throughput you can get from the endpoint ?

asked 2 years ago315 views
1 Answer
4
Accepted Answer

Hi,

With the the built in model, you can use the APIs for classifying sentiment as currently there isn't an option to deploy a built-in model as an endpoint. You are correct that if you want to deploy as an endpoint it will need to be a custom model.

https://docs.aws.amazon.com/comprehend/latest/dg/using-the-api.html

AWS
hamltm
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions