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
專家
已提問 5 年前檢視次數 727 次
1 個回答
0
已接受的答案

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

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

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

回答問題指南