Skip to content

Commit b52c48e

Browse files
authored
Merge branch 'master' into fix-typo
2 parents d55290d + 3c04759 commit b52c48e

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)