[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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南