1
votes

Sagemaker documentation explains that we can create an endpoint that can support multiple models. However, I can't find the documentation on how the same model can be used for Batch Transform. Can the same model that is used in multi-model endpoint be also used for Batch Transform?

1

1 Answers

0
votes

Can the same model that is used in multi-model endpoint be also used for Batch Transform?

Not currently.

However, you can use an inference pipeline Model to back an Endpoint or to run a Batch Transform job: https://docs.aws.amazon.com/sagemaker/latest/dg/inference-pipelines.html