aws / sagemaker-python-sdk

A library for training and deploying machine learning models on Amazon SageMaker
https://sagemaker.readthedocs.io/
Apache License 2.0
2.1k stars 1.14k forks source link

Feature: Added support of ModelLifeCycle construct in Model Registry #4919

Closed yash-aws-tech closed 2 weeks ago

yash-aws-tech commented 2 weeks ago

Issue #, if available:

Description of changes: Added support for staging construct in Model Registry to describe the model life cycle for a model package. More details about the feature in this public doc (https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-staging-construct.html)

Testing done:

Ran unit tests and added additional ones as well. Ran additionally added integ tests.

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

Tests

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.