[Solved]download image from S3 to Endpoint(made by Sagemaker) with s3url(s3://~~)

0

I try to download image(.jpg, .png.) from S3 to Endpoint(made by Sagemaker) with s3url(s3://~~)

Because At the endpoint made by sagemaker, To send s3url is faster than to send image.

I can download image at sagemaker notebook, from s3 to sagemaker local.

but I can't download image from s3 to sagemaker endpoint.

That local download code can not work.

1 réponse
0
Réponse acceptée

I solve this! I try to download image at endpoint. but endpoint can not connect outside network except Lambda.

  1. I make request with s3url
  2. Download image from s3 to lambda
  3. Transmit image from lambda to endpoint
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions