SageMaker Batch Transform local mode?

0

Hi,

A customer is experimenting with SageMaker batch transform with parquet and is interested is some form of local development to speedup iteration. Does SageMaker Batch Transform support local mode?

AWS
EXPERT
asked 5 years ago717 views
1 Answer
0
Accepted Answer

You can do local testing by running the container in serve mode as a docker. Then using Curl/Postman to send an HTTP request and inspecting the response.

The request can be CSV/JSON or binary (a parquet file in your case).

If you're able to run the Pytorch model in serve mode locally, then this local testing provides a lot of coverage before running in Batch Transform itself.

AWS
answered 5 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