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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠