[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.

已提问 2 年前604 查看次数
1 回答
0
已接受的回答

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
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则