Skip to content

Commit 4d9de0b

Browse files
committed
add BJS gated bucket and add ZHY region for JumpStart
1 parent 6df69e3 commit 4d9de0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/sagemaker/jumpstart/constants.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@
176176
JumpStartLaunchedRegionInfo(
177177
region_name="cn-north-1",
178178
content_bucket="jumpstart-cache-prod-cn-north-1",
179+
gated_content_bucket="jumpstart-private-cache-prod-cn-north-1",
180+
),
181+
JumpStartLaunchedRegionInfo(
182+
region_name="cn-northwest-1",
183+
content_bucket="jumpstart-cache-prod-cn-northwest-1",
184+
gated_content_bucket="jumpstart-private-cache-prod-cn-northwest-1",
179185
),
180186
JumpStartLaunchedRegionInfo(
181187
region_name="il-central-1",

0 commit comments

Comments
 (0)