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
EXPERTO
preguntada hace 5 años727 visualizaciones
1 Respuesta
0
Respuesta aceptada

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
respondido hace 5 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas