@@ -287,7 +287,8 @@ def registry(region_name, algorithm=None):
287
287
"eu-central-1" : "664544806723" ,
288
288
"ap-northeast-1" : "351501993468" ,
289
289
"ap-northeast-2" : "835164637446" ,
290
- "ap-southeast-2" : "712309505854"
290
+ "ap-southeast-2" : "712309505854" ,
291
+ "us-gov-west-1" : "226302683700"
291
292
}[region_name ]
292
293
elif algorithm in ["lda" ]:
293
294
account_id = {
@@ -309,7 +310,8 @@ def registry(region_name, algorithm=None):
309
310
"eu-central-1" : "495149712605" ,
310
311
"ap-northeast-1" : "633353088612" ,
311
312
"ap-northeast-2" : "204372634319" ,
312
- "ap-southeast-2" : "514117268639"
313
+ "ap-southeast-2" : "514117268639" ,
314
+ "us-gov-west-1" : "226302683700"
313
315
}[region_name ]
314
316
elif algorithm in ["xgboost" , "seq2seq" , "image-classification" , "blazingtext" ,
315
317
"object-detection" ]:
@@ -321,7 +323,8 @@ def registry(region_name, algorithm=None):
321
323
"eu-central-1" : "813361260812" ,
322
324
"ap-northeast-1" : "501404015308" ,
323
325
"ap-northeast-2" : "306986355934" ,
324
- "ap-southeast-2" : "544295431143"
326
+ "ap-southeast-2" : "544295431143" ,
327
+ "us-gov-west-1" : "226302683700"
325
328
}[region_name ]
326
329
else :
327
330
raise ValueError ("Algorithm class:{} doesn't have mapping to account_id with images" .format (algorithm ))
0 commit comments