Skip to content

Commit 87bad35

Browse files
author
Edward Cho
committed
Add ap-northeast-1 to Neo algorithms region map
1 parent 4b8623e commit 87bad35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sagemaker/amazon/amazon_estimator.py

+1
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ def registry(region_name, algorithm=None):
400400
"us-east-1": "785573368785",
401401
"eu-west-1": "802834080501",
402402
"us-east-2": "007439368137",
403+
"ap-northeast-1": "941853720454",
403404
}[region_name]
404405
else:
405406
raise ValueError(

0 commit comments

Comments
 (0)