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",