From 0921a1c35b31472b425546869123aa8d787d2a7e Mon Sep 17 00:00:00 2001 From: isha chidrawar Date: Thu, 13 Mar 2025 11:38:17 -0400 Subject: [PATCH] add new regions to JUMPSTART_LAUNCHED_REGIONS --- src/sagemaker/jumpstart/constants.py | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/sagemaker/jumpstart/constants.py b/src/sagemaker/jumpstart/constants.py index 530e7ad16f..dd4ded4748 100644 --- a/src/sagemaker/jumpstart/constants.py +++ b/src/sagemaker/jumpstart/constants.py @@ -81,6 +81,12 @@ gated_content_bucket="jumpstart-private-cache-prod-eu-north-1", neo_content_bucket="sagemaker-sd-models-prod-eu-north-1", ), + JumpStartLaunchedRegionInfo( + region_name="eu-south-2", + content_bucket="jumpstart-cache-prod-eu-south-2", + gated_content_bucket="jumpstart-private-cache-prod-eu-south-2", + neo_content_bucket="sagemaker-sd-models-prod-eu-south-2", + ), JumpStartLaunchedRegionInfo( region_name="me-south-1", content_bucket="jumpstart-cache-prod-me-south-1", @@ -97,6 +103,12 @@ gated_content_bucket="jumpstart-private-cache-prod-ap-south-1", neo_content_bucket="sagemaker-sd-models-prod-ap-south-1", ), + JumpStartLaunchedRegionInfo( + region_name="ap-south-2", + content_bucket="jumpstart-cache-prod-ap-south-2", + gated_content_bucket="jumpstart-private-cache-prod-ap-south-2", + neo_content_bucket="sagemaker-sd-models-prod-ap-south-2", + ), JumpStartLaunchedRegionInfo( region_name="eu-west-3", content_bucket="jumpstart-cache-prod-eu-west-3", @@ -137,6 +149,12 @@ gated_content_bucket="jumpstart-private-cache-prod-ap-southeast-3", neo_content_bucket="sagemaker-sd-models-prod-ap-southeast-3", ), + JumpStartLaunchedRegionInfo( + region_name="ap-southeast-4", + content_bucket="jumpstart-cache-prod-ap-southeast-4", + gated_content_bucket="jumpstart-private-cache-prod-ap-southeast-4", + neo_content_bucket="sagemaker-sd-models-prod-ap-southeast-4", + ), JumpStartLaunchedRegionInfo( region_name="ap-southeast-5", content_bucket="jumpstart-cache-prod-ap-southeast-5", @@ -188,6 +206,12 @@ gated_content_bucket="jumpstart-private-cache-prod-ca-central-1", neo_content_bucket="sagemaker-sd-models-prod-ca-central-1", ), + JumpStartLaunchedRegionInfo( + region_name="ca-west-1", + content_bucket="jumpstart-cache-prod-ca-west-1", + gated_content_bucket="jumpstart-private-cache-prod-ca-west-1", + neo_content_bucket="sagemaker-sd-models-prod-ca-west-1", + ), JumpStartLaunchedRegionInfo( region_name="cn-north-1", content_bucket="jumpstart-cache-prod-cn-north-1",