Skip to content

Commit abc4758

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

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v1.32.1dev
4+
### Bug fixes and other changes
5+
6+
* Add ap-northeast-1 to Neo algorithms region map
7+
38
## v1.31.1 (2019-07-01)
49

510
### Bug fixes and other changes

src/sagemaker/amazon/amazon_estimator.py

Lines changed: 1 addition & 0 deletions
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)