š DataChain Open-Source Release. Star us on !
mlem deploy
functionality is used to deploy models to target platforms like
Heroku, Kubernetes or AWS Sagemaker. See User Guide
for more details on how this works.
Deployment extensions add support for new target platforms to deploy your models
to. They are used with deploy
API method and
deployment CLI commands.
Typicaly they will implement MlemEnv, MlemDeployment and DeployState interfaces.