Skip to content

Latest commit

 

History

History
 
 

multi-model

Sagemaker Multi-model Endpoint

Sagemaker Multi-model endpoint allows deploying multiple models on the same endpoint. This is particularly useful for deploying large number of models which are not always invoked but need to be available for invocation without making application code change.

At present three scenarios are illustrated through example code (adapted from the aws-sagemeaker-examples repo)

Other Important Resources