Skip to content

Commit a09be9f

Browse files
haixiwroot
authored andcommitted
change: add kix to launched regions (aws#4571)
1 parent e48b78e commit a09be9f

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
@@ -104,6 +104,11 @@
104104
content_bucket="jumpstart-cache-prod-ap-northeast-2",
105105
gated_content_bucket="jumpstart-private-cache-prod-ap-northeast-2",
106106
),
107+
JumpStartLaunchedRegionInfo(
108+
region_name="ap-northeast-3",
109+
content_bucket="jumpstart-cache-prod-ap-northeast-3",
110+
gated_content_bucket="jumpstart-private-cache-prod-ap-northeast-3",
111+
),
107112
JumpStartLaunchedRegionInfo(
108113
region_name="eu-west-2",
109114
content_bucket="jumpstart-cache-prod-eu-west-2",

0 commit comments

Comments
 (0)