We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2559a3f commit 5d26c2bCopy full SHA for 5d26c2b
src/sagemaker/jumpstart/constants.py
@@ -70,6 +70,11 @@
70
gated_content_bucket="jumpstart-private-cache-prod-eu-central-1",
71
neo_content_bucket="sagemaker-sd-models-prod-eu-central-1",
72
),
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
+ ),
78
JumpStartLaunchedRegionInfo(
79
region_name="eu-north-1",
80
content_bucket="jumpstart-cache-prod-eu-north-1",
0 commit comments