From ea5f11ff491ac9c981c3dca0d9dd2374e98f4f80 Mon Sep 17 00:00:00 2001 From: haixiw Date: Wed, 10 Apr 2024 07:21:27 +0000 Subject: [PATCH] add kix to launched regions --- src/sagemaker/jumpstart/constants.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sagemaker/jumpstart/constants.py b/src/sagemaker/jumpstart/constants.py index be66e8968e..9c1ea79504 100644 --- a/src/sagemaker/jumpstart/constants.py +++ b/src/sagemaker/jumpstart/constants.py @@ -104,6 +104,11 @@ content_bucket="jumpstart-cache-prod-ap-northeast-2", gated_content_bucket="jumpstart-private-cache-prod-ap-northeast-2", ), + JumpStartLaunchedRegionInfo( + region_name="ap-northeast-3", + content_bucket="jumpstart-cache-prod-ap-northeast-3", + gated_content_bucket="jumpstart-private-cache-prod-ap-northeast-3", + ), JumpStartLaunchedRegionInfo( region_name="eu-west-2", content_bucket="jumpstart-cache-prod-eu-west-2",