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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ