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 ?

1 Risposta
4
Risposta accettata

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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande