Access async endpoint created in console from notebook instance

0

In SageMaker, I've created an async endpoint from a model. How does one access this endpoint from a notebook instance so that it can be used to make predictions?

Thanks!

1 Antwort
1

You may consider using invoke_endpoint_async function from sagemakerruntime in boto3 SDK. Doc here Just make sure your notebook's execution role has proper IAM permissions and fill in required parameters, boto3 will handle the rest.

AWS
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen