Description
Describe the bug
When create sagemaker PipelineModel and deploy it(https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/pipeline.py#L175-L181), sagemaker PipelineModel doesn't allow passing tags when call create_model.
To reproduce
See the source code here https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/pipeline.py#L175-L181
And tags are not passed when call session.create_model()
Expected behavior
when create sageamaker PipelineModel object, tags should be allowed to be passed, and then propagate it to necessary resources.
Screenshots or logs
If applicable, add screenshots or logs to help explain your problem.
System information
A description of your system. Please provide:
- SageMaker Python SDK version:
- Framework name (eg. PyTorch) or algorithm (eg. KMeans):
- Framework version:
- Python version:
- CPU or GPU:
- Custom Docker image (Y/N):
Additional context
Add any other context about the problem here.