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 Answer
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
answered a year 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