We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9255849 commit 6d5f599Copy full SHA for 6d5f599
src/sagemaker/jumpstart/curated_hub/utils.py
@@ -189,7 +189,7 @@ def create_hub_bucket_if_it_does_not_exist(
189
def tag_hub_content(hub_content_arn: str, tags: List[TagsDict], session: Session) -> None:
190
session.add_tags(
191
ResourceArn=hub_content_arn,
192
- Tags=str(tags)
+ Tags=tags
193
)
194
JUMPSTART_LOGGER.info(f"Added tags to HubContentArn %s: %s", hub_content_arn, TagsDict)
195
0 commit comments