Skip to content

Commit 336294b

Browse files
malav-shastriMalav Shastri
and
Malav Shastri
authored
change: add DXB and CGK to Jumpstart regions (#4599)
Co-authored-by: Malav Shastri <[email protected]>
1 parent 84b2d06 commit 336294b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/sagemaker/jumpstart/constants.py

+10
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474
content_bucket="jumpstart-cache-prod-me-south-1",
7575
gated_content_bucket="jumpstart-private-cache-prod-me-south-1",
7676
),
77+
JumpStartLaunchedRegionInfo(
78+
region_name="me-central-1",
79+
content_bucket="jumpstart-cache-prod-me-central-1",
80+
gated_content_bucket="jumpstart-private-cache-prod-me-central-1",
81+
),
7782
JumpStartLaunchedRegionInfo(
7883
region_name="ap-south-1",
7984
content_bucket="jumpstart-cache-prod-ap-south-1",
@@ -109,6 +114,11 @@
109114
content_bucket="jumpstart-cache-prod-ap-northeast-3",
110115
gated_content_bucket="jumpstart-private-cache-prod-ap-northeast-3",
111116
),
117+
JumpStartLaunchedRegionInfo(
118+
region_name="ap-southeast-3",
119+
content_bucket="jumpstart-cache-prod-ap-southeast-3",
120+
gated_content_bucket="jumpstart-private-cache-prod-ap-southeast-3",
121+
),
112122
JumpStartLaunchedRegionInfo(
113123
region_name="eu-west-2",
114124
content_bucket="jumpstart-cache-prod-eu-west-2",

0 commit comments

Comments
 (0)