Skip to content

Commit 5d26c2b

Browse files
author
shaernev
committed
change: adding eu-central-2 bucket info to JS constants
1 parent 2559a3f commit 5d26c2b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/sagemaker/jumpstart/constants.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
gated_content_bucket="jumpstart-private-cache-prod-eu-central-1",
7171
neo_content_bucket="sagemaker-sd-models-prod-eu-central-1",
7272
),
73+
JumpStartLaunchedRegionInfo(
74+
region_name="eu-central-2",
75+
content_bucket="jumpstart-cache-prod-eu-central-2",
76+
gated_content_bucket="jumpstart-private-cache-prod-eu-central-2",
77+
),
7378
JumpStartLaunchedRegionInfo(
7479
region_name="eu-north-1",
7580
content_bucket="jumpstart-cache-prod-eu-north-1",

0 commit comments

Comments
 (0)