Skip to content

Commit 3c04759

Browse files
authored
change: add kix to launched regions (aws#4571)
1 parent 2488581 commit 3c04759

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)