We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be57478 + 3c04759 commit 868e4dfCopy full SHA for 868e4df
src/sagemaker/jumpstart/constants.py
@@ -104,6 +104,11 @@
104
content_bucket="jumpstart-cache-prod-ap-northeast-2",
105
gated_content_bucket="jumpstart-private-cache-prod-ap-northeast-2",
106
),
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
+ ),
112
JumpStartLaunchedRegionInfo(
113
region_name="eu-west-2",
114
content_bucket="jumpstart-cache-prod-eu-west-2",
0 commit comments