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.
1 parent c0ab61a commit aa4a05fCopy full SHA for aa4a05f
src/sagemaker/amazon/amazon_estimator.py
@@ -236,14 +236,16 @@ def registry(region_name, algorithm=None):
236
"us-east-1": "382416733822",
237
"us-east-2": "404615174143",
238
"us-west-2": "174872318107",
239
- "eu-west-1": "438346466558"
+ "eu-west-1": "438346466558",
240
+ "ap-northeast-1": "351501993468"
241
}[region_name]
242
elif algorithm in ["lda"]:
243
account_id = {
244
"us-east-1": "766337827248",
245
"us-east-2": "999911452149",
246
"us-west-2": "266724342769",
- "eu-west-1": "999678624901"
247
+ "eu-west-1": "999678624901",
248
+ "ap-northeast-1": "258307448986"
249
250
else:
251
raise ValueError("Algorithm class:{} doesn't have mapping to account_id with images".format(algorithm))
0 commit comments