Amazon SageMaker model registry now supports rollback of deployed models - devamazonaws.blogspot.com

Amazon SageMaker Pipelines, the first purpose built continuous integration and continuous delivery (CI/CD) service for machine learning (ML), now allows customers to rollback the latest customer approved version of ML models deployed to SageMaker hosted endpoints to a previous customer approved version of the model. Customers can now change the status of the deployed model package version in the model registry from "Approved" to "Rejected". This will trigger the model deployment CI/CD pipeline to roll back the current version of the model deployed to the SageMaker endpoint to the latest previous version of the model that was approved for deployment.

Post Updated on June 04, 2021 at 03:41PM

Comments

Popular posts from this blog

[MS] Pulling a single item from a C++ parameter pack by its index, remarks - devamazonaws.blogspot.com

[MS] Debugger breakpoints are usually implemented by patching the in-memory copy of the code - devamazonaws.blogspot.com

[MS] The case of the crash when destructing a std::map - devamazonaws.blogspot.com