From 3c4f74a5917d7fc66f9822db6b9feeb331657c87 Mon Sep 17 00:00:00 2001 From: txlian Date: Fri, 6 Sep 2024 14:13:13 -0400 Subject: [PATCH] change: update china region jumpstart buckets --- src/sagemaker/jumpstart/constants.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/sagemaker/jumpstart/constants.py b/src/sagemaker/jumpstart/constants.py index 47f4dd9b46..03a0ebe545 100644 --- a/src/sagemaker/jumpstart/constants.py +++ b/src/sagemaker/jumpstart/constants.py @@ -176,6 +176,12 @@ JumpStartLaunchedRegionInfo( region_name="cn-north-1", content_bucket="jumpstart-cache-prod-cn-north-1", + gated_content_bucket="jumpstart-private-cache-prod-cn-north-1", + ), + JumpStartLaunchedRegionInfo( + region_name="cn-northwest-1", + content_bucket="jumpstart-cache-prod-cn-northwest-1", + gated_content_bucket="jumpstart-private-cache-prod-cn-northwest-1", ), JumpStartLaunchedRegionInfo( region_name="il-central-1",