Skip to content

Commit 1aae917

Browse files
IshaChid76isha chidrawarnargokul
authored
add new regions to JUMPSTART_LAUNCHED_REGIONS (#5089)
Co-authored-by: isha chidrawar <[email protected]> Co-authored-by: Gokul Anantha Narayanan <[email protected]>
1 parent b776850 commit 1aae917

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/sagemaker/jumpstart/constants.py

+24
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@
8181
gated_content_bucket="jumpstart-private-cache-prod-eu-north-1",
8282
neo_content_bucket="sagemaker-sd-models-prod-eu-north-1",
8383
),
84+
JumpStartLaunchedRegionInfo(
85+
region_name="eu-south-2",
86+
content_bucket="jumpstart-cache-prod-eu-south-2",
87+
gated_content_bucket="jumpstart-private-cache-prod-eu-south-2",
88+
neo_content_bucket="sagemaker-sd-models-prod-eu-south-2",
89+
),
8490
JumpStartLaunchedRegionInfo(
8591
region_name="me-south-1",
8692
content_bucket="jumpstart-cache-prod-me-south-1",
@@ -97,6 +103,12 @@
97103
gated_content_bucket="jumpstart-private-cache-prod-ap-south-1",
98104
neo_content_bucket="sagemaker-sd-models-prod-ap-south-1",
99105
),
106+
JumpStartLaunchedRegionInfo(
107+
region_name="ap-south-2",
108+
content_bucket="jumpstart-cache-prod-ap-south-2",
109+
gated_content_bucket="jumpstart-private-cache-prod-ap-south-2",
110+
neo_content_bucket="sagemaker-sd-models-prod-ap-south-2",
111+
),
100112
JumpStartLaunchedRegionInfo(
101113
region_name="eu-west-3",
102114
content_bucket="jumpstart-cache-prod-eu-west-3",
@@ -137,6 +149,12 @@
137149
gated_content_bucket="jumpstart-private-cache-prod-ap-southeast-3",
138150
neo_content_bucket="sagemaker-sd-models-prod-ap-southeast-3",
139151
),
152+
JumpStartLaunchedRegionInfo(
153+
region_name="ap-southeast-4",
154+
content_bucket="jumpstart-cache-prod-ap-southeast-4",
155+
gated_content_bucket="jumpstart-private-cache-prod-ap-southeast-4",
156+
neo_content_bucket="sagemaker-sd-models-prod-ap-southeast-4",
157+
),
140158
JumpStartLaunchedRegionInfo(
141159
region_name="ap-southeast-5",
142160
content_bucket="jumpstart-cache-prod-ap-southeast-5",
@@ -188,6 +206,12 @@
188206
gated_content_bucket="jumpstart-private-cache-prod-ca-central-1",
189207
neo_content_bucket="sagemaker-sd-models-prod-ca-central-1",
190208
),
209+
JumpStartLaunchedRegionInfo(
210+
region_name="ca-west-1",
211+
content_bucket="jumpstart-cache-prod-ca-west-1",
212+
gated_content_bucket="jumpstart-private-cache-prod-ca-west-1",
213+
neo_content_bucket="sagemaker-sd-models-prod-ca-west-1",
214+
),
191215
JumpStartLaunchedRegionInfo(
192216
region_name="cn-north-1",
193217
content_bucket="jumpstart-cache-prod-cn-north-1",

0 commit comments

Comments
 (0)