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!

feita há um ano193 visualizações
1 Resposta
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
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas