[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 Answer
0
Accepted Answer

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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions