@@ -290,7 +290,12 @@ def registry(region_name, algorithm=None):
290
290
"ap-northeast-1" : "351501993468" ,
291
291
"ap-northeast-2" : "835164637446" ,
292
292
"ap-southeast-2" : "712309505854" ,
293
- "us-gov-west-1" : "226302683700"
293
+ "us-gov-west-1" : "226302683700" ,
294
+ "ap-southeast-1" : "475088953585" ,
295
+ "ap-south-1" : "991648021394" ,
296
+ "ca-central-1" : "469771592824" ,
297
+ "eu-west-2" : "644912444149" ,
298
+ "us-west-1" : "632365934929" ,
294
299
}[region_name ]
295
300
elif algorithm in ["lda" ]:
296
301
account_id = {
@@ -301,7 +306,13 @@ def registry(region_name, algorithm=None):
301
306
"eu-central-1" : "353608530281" ,
302
307
"ap-northeast-1" : "258307448986" ,
303
308
"ap-northeast-2" : "293181348795" ,
304
- "ap-southeast-2" : "297031611018"
309
+ "ap-southeast-2" : "297031611018" ,
310
+ "us-gov-west-1" : "226302683700" ,
311
+ "ap-southeast-1" : "475088953585" ,
312
+ "ap-south-1" : "991648021394" ,
313
+ "ca-central-1" : "469771592824" ,
314
+ "eu-west-2" : "644912444149" ,
315
+ "us-west-1" : "632365934929" ,
305
316
}[region_name ]
306
317
elif algorithm in ["forecasting-deepar" ]:
307
318
account_id = {
@@ -313,7 +324,12 @@ def registry(region_name, algorithm=None):
313
324
"ap-northeast-1" : "633353088612" ,
314
325
"ap-northeast-2" : "204372634319" ,
315
326
"ap-southeast-2" : "514117268639" ,
316
- "us-gov-west-1" : "226302683700"
327
+ "us-gov-west-1" : "226302683700" ,
328
+ "ap-southeast-1" : "475088953585" ,
329
+ "ap-south-1" : "991648021394" ,
330
+ "ca-central-1" : "469771592824" ,
331
+ "eu-west-2" : "644912444149" ,
332
+ "us-west-1" : "632365934929" ,
317
333
}[region_name ]
318
334
elif algorithm in ["xgboost" , "seq2seq" , "image-classification" , "blazingtext" ,
319
335
"object-detection" ]:
@@ -326,7 +342,12 @@ def registry(region_name, algorithm=None):
326
342
"ap-northeast-1" : "501404015308" ,
327
343
"ap-northeast-2" : "306986355934" ,
328
344
"ap-southeast-2" : "544295431143" ,
329
- "us-gov-west-1" : "226302683700"
345
+ "us-gov-west-1" : "226302683700" ,
346
+ "ap-southeast-1" : "475088953585" ,
347
+ "ap-south-1" : "991648021394" ,
348
+ "ca-central-1" : "469771592824" ,
349
+ "eu-west-2" : "644912444149" ,
350
+ "us-west-1" : "632365934929" ,
330
351
}[region_name ]
331
352
else :
332
353
raise ValueError ("Algorithm class:{} doesn't have mapping to account_id with images" .format (algorithm ))
0 commit comments