-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Tags not propogating to Endpoints and Models #586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Currently tags from training job are not getting propagated to the Endpoint and Model. Adding a feature request label. As a temporarily work around, while we are getting this change prioritized and implemented, you can try doing the following:
|
Hello @AnshumanRanjan Thanks for your feature request. We just merged your requested changes to master branch. These changes will be available in the next version released. Thanks for using SageMaker. |
Merged additional changes #732 |
The propagation of tags is correct now, but the documentation is not clear. It is not clear that the Estimator's tags can be set by using sagemaker-python-sdk/src/sagemaker/estimator.py Lines 351 to 354 in d1e2ab7
|
Please fill out the form below.
System Information
Describe the problem
Based on my testing , tags parameter defined in the Estimator objects are not propagated to Models and Endpoints . Although they do get propagated to Training jobs .
The other thing we notice is that things like subnets and security group do get propogated from Estimator object to Endpoints and models
Using sample notebook and modifying :
notebooks/scikit_learn_inference_pipeline_2019-01-07/Inference Pipeline with Scikit-learn and Linear Learner.ipynb
The below training Job will have tags propogated
sklearn_preprocessor.fit({'train': train_input})
The below Endpoint and Model created will not have the tag information
The text was updated successfully, but these errors were encountered: