amazon-sagemaker

Sagemaker Batch Transform entry point


Before the AWS Sagemaker batch transform I need to do some transform. is it possible to have an custom script and associate as entry point to BatchTransformer?


Solution

  • The inference code and requirement.txt should be stored as part of model.gz while training. They will be used in the batch transform!!