Skip to content

Commit dd336c7

Browse files
committed
feature: Adding support for 1P Algorithms in MEL
1 parent a2ac391 commit dd336c7

19 files changed

+44
-0
lines changed

src/sagemaker/image_uri_config/blazingtext.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ap-south-2": "628508329040",
1414
"ap-southeast-1": "475088953585",
1515
"ap-southeast-2": "544295431143",
16+
"ap-southeast-4": "106583098589",
1617
"ca-central-1": "469771592824",
1718
"cn-north-1": "390948362332",
1819
"cn-northwest-1": "387376663083",

src/sagemaker/image_uri_config/factorization-machines.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ap-south-2": "628508329040",
1414
"ap-southeast-1": "475088953585",
1515
"ap-southeast-2": "712309505854",
16+
"ap-southeast-4": "106583098589",
1617
"ca-central-1": "469771592824",
1718
"cn-north-1": "390948362332",
1819
"cn-northwest-1": "387376663083",

src/sagemaker/image_uri_config/image-classification.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"ap-southeast-1": "475088953585",
1313
"ap-southeast-2": "544295431143",
1414
"ap-southeast-3": "951798379941",
15+
"ap-southeast-4": "106583098589",
1516
"ap-northeast-3": "867004704886",
1617
"ca-central-1": "469771592824",
1718
"cn-north-1": "390948362332",

src/sagemaker/image_uri_config/ipinsights.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ap-southeast-1": "475088953585",
1414
"ap-southeast-2": "712309505854",
1515
"ap-southeast-3": "951798379941",
16+
"ap-southeast-4": "106583098589",
1617
"ca-central-1": "469771592824",
1718
"cn-north-1": "390948362332",
1819
"cn-northwest-1": "387376663083",

src/sagemaker/image_uri_config/kmeans.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ap-southeast-1": "475088953585",
1414
"ap-southeast-2": "712309505854",
1515
"ap-southeast-3": "951798379941",
16+
"ap-southeast-4": "106583098589",
1617
"ca-central-1": "469771592824",
1718
"cn-north-1": "390948362332",
1819
"cn-northwest-1": "387376663083",

src/sagemaker/image_uri_config/knn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ap-southeast-1": "475088953585",
1414
"ap-southeast-2": "712309505854",
1515
"ap-southeast-3": "951798379941",
16+
"ap-southeast-4": "106583098589",
1617
"ca-central-1": "469771592824",
1718
"cn-north-1": "390948362332",
1819
"cn-northwest-1": "387376663083",

src/sagemaker/image_uri_config/linear-learner.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ap-southeast-1": "475088953585",
1414
"ap-southeast-2": "712309505854",
1515
"ap-southeast-3": "951798379941",
16+
"ap-southeast-4": "106583098589",
1617
"ca-central-1": "469771592824",
1718
"cn-north-1": "390948362332",
1819
"cn-northwest-1": "387376663083",

src/sagemaker/image_uri_config/ntm.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ap-southeast-1": "475088953585",
1414
"ap-southeast-2": "712309505854",
1515
"ap-southeast-3": "951798379941",
16+
"ap-southeast-4": "106583098589",
1617
"ca-central-1": "469771592824",
1718
"cn-north-1": "390948362332",
1819
"cn-northwest-1": "387376663083",

src/sagemaker/image_uri_config/object-detection.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ap-southeast-1": "475088953585",
1414
"ap-southeast-2": "544295431143",
1515
"ap-southeast-3": "951798379941",
16+
"ap-southeast-4": "106583098589",
1617
"ca-central-1": "469771592824",
1718
"cn-north-1": "390948362332",
1819
"cn-northwest-1": "387376663083",

src/sagemaker/image_uri_config/object2vec.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ap-southeast-1": "475088953585",
1414
"ap-southeast-2": "712309505854",
1515
"ap-southeast-3": "951798379941",
16+
"ap-southeast-4": "106583098589",
1617
"ca-central-1": "469771592824",
1718
"cn-north-1": "390948362332",
1819
"cn-northwest-1": "387376663083",

src/sagemaker/image_uri_config/pca.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ap-southeast-1": "475088953585",
1414
"ap-southeast-2": "712309505854",
1515
"ap-southeast-3": "951798379941",
16+
"ap-southeast-4": "106583098589",
1617
"ca-central-1": "469771592824",
1718
"cn-north-1": "390948362332",
1819
"cn-northwest-1": "387376663083",

src/sagemaker/image_uri_config/randomcutforest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ap-southeast-1": "475088953585",
1414
"ap-southeast-2": "712309505854",
1515
"ap-southeast-3": "951798379941",
16+
"ap-southeast-4": "106583098589",
1617
"ca-central-1": "469771592824",
1718
"cn-north-1": "390948362332",
1819
"cn-northwest-1": "387376663083",

src/sagemaker/image_uri_config/semantic-segmentation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ap-southeast-1": "475088953585",
1414
"ap-southeast-2": "544295431143",
1515
"ap-southeast-3": "951798379941",
16+
"ap-southeast-4": "106583098589",
1617
"ca-central-1": "469771592824",
1718
"cn-north-1": "390948362332",
1819
"cn-northwest-1": "387376663083",

src/sagemaker/image_uri_config/seq2seq.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ap-southeast-1": "475088953585",
1414
"ap-southeast-2": "544295431143",
1515
"ap-southeast-3": "951798379941",
16+
"ap-southeast-4": "106583098589",
1617
"ca-central-1": "469771592824",
1718
"cn-north-1": "390948362332",
1819
"cn-northwest-1": "387376663083",

src/sagemaker/image_uri_config/sklearn.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"ap-southeast-1": "121021644041",
1616
"ap-southeast-2": "783357654285",
1717
"ap-southeast-3": "951798379941",
18+
"ap-southeast-4": "106583098589",
1819
"ca-central-1": "341280168497",
1920
"cn-north-1": "450853457545",
2021
"cn-northwest-1": "451049120500",
@@ -54,6 +55,7 @@
5455
"ap-southeast-1": "121021644041",
5556
"ap-southeast-2": "783357654285",
5657
"ap-southeast-3": "951798379941",
58+
"ap-southeast-4": "106583098589",
5759
"ca-central-1": "341280168497",
5860
"cn-north-1": "450853457545",
5961
"cn-northwest-1": "451049120500",
@@ -93,6 +95,7 @@
9395
"ap-southeast-1": "121021644041",
9496
"ap-southeast-2": "783357654285",
9597
"ap-southeast-3": "951798379941",
98+
"ap-southeast-4": "106583098589",
9699
"ca-central-1": "341280168497",
97100
"cn-north-1": "450853457545",
98101
"cn-northwest-1": "451049120500",
@@ -136,6 +139,7 @@
136139
"ap-southeast-1": "121021644041",
137140
"ap-southeast-2": "783357654285",
138141
"ap-southeast-3": "951798379941",
142+
"ap-southeast-4": "106583098589",
139143
"ca-central-1": "341280168497",
140144
"cn-north-1": "450853457545",
141145
"cn-northwest-1": "451049120500",
@@ -175,6 +179,7 @@
175179
"ap-southeast-1": "121021644041",
176180
"ap-southeast-2": "783357654285",
177181
"ap-southeast-3": "951798379941",
182+
"ap-southeast-4": "106583098589",
178183
"ca-central-1": "341280168497",
179184
"cn-north-1": "450853457545",
180185
"cn-northwest-1": "451049120500",
@@ -214,6 +219,7 @@
214219
"ap-southeast-1": "121021644041",
215220
"ap-southeast-2": "783357654285",
216221
"ap-southeast-3": "951798379941",
222+
"ap-southeast-4": "106583098589",
217223
"ca-central-1": "341280168497",
218224
"cn-north-1": "450853457545",
219225
"cn-northwest-1": "451049120500",
@@ -257,6 +263,7 @@
257263
"ap-southeast-1": "121021644041",
258264
"ap-southeast-2": "783357654285",
259265
"ap-southeast-3": "951798379941",
266+
"ap-southeast-4": "106583098589",
260267
"ca-central-1": "341280168497",
261268
"cn-north-1": "450853457545",
262269
"cn-northwest-1": "451049120500",

src/sagemaker/image_uri_config/xgboost.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"ap-southeast-1": "475088953585",
1717
"ap-southeast-2": "544295431143",
1818
"ap-southeast-3": "951798379941",
19+
"ap-southeast-4": "106583098589",
1920
"ca-central-1": "469771592824",
2021
"cn-north-1": "390948362332",
2122
"cn-northwest-1": "387376663083",
@@ -55,6 +56,7 @@
5556
"ap-southeast-1": "121021644041",
5657
"ap-southeast-2": "783357654285",
5758
"ap-southeast-3": "951798379941",
59+
"ap-southeast-4": "106583098589",
5860
"ca-central-1": "341280168497",
5961
"cn-north-1": "450853457545",
6062
"cn-northwest-1": "451049120500",
@@ -94,6 +96,7 @@
9496
"ap-southeast-1": "121021644041",
9597
"ap-southeast-2": "783357654285",
9698
"ap-southeast-3": "951798379941",
99+
"ap-southeast-4": "106583098589",
97100
"ca-central-1": "341280168497",
98101
"cn-north-1": "450853457545",
99102
"cn-northwest-1": "451049120500",
@@ -133,6 +136,7 @@
133136
"ap-southeast-1": "121021644041",
134137
"ap-southeast-2": "783357654285",
135138
"ap-southeast-3": "951798379941",
139+
"ap-southeast-4": "106583098589",
136140
"ca-central-1": "341280168497",
137141
"cn-north-1": "450853457545",
138142
"cn-northwest-1": "451049120500",
@@ -170,6 +174,7 @@
170174
"ap-southeast-1": "121021644041",
171175
"ap-southeast-2": "783357654285",
172176
"ap-southeast-3": "951798379941",
177+
"ap-southeast-4": "106583098589",
173178
"ca-central-1": "341280168497",
174179
"cn-north-1": "450853457545",
175180
"cn-northwest-1": "451049120500",
@@ -207,6 +212,7 @@
207212
"ap-southeast-1": "121021644041",
208213
"ap-southeast-2": "783357654285",
209214
"ap-southeast-3": "951798379941",
215+
"ap-southeast-4": "106583098589",
210216
"ca-central-1": "341280168497",
211217
"cn-north-1": "450853457545",
212218
"cn-northwest-1": "451049120500",
@@ -244,6 +250,7 @@
244250
"ap-southeast-1": "121021644041",
245251
"ap-southeast-2": "783357654285",
246252
"ap-southeast-3": "951798379941",
253+
"ap-southeast-4": "106583098589",
247254
"ca-central-1": "341280168497",
248255
"cn-north-1": "450853457545",
249256
"cn-northwest-1": "451049120500",
@@ -281,6 +288,7 @@
281288
"ap-southeast-1": "121021644041",
282289
"ap-southeast-2": "783357654285",
283290
"ap-southeast-3": "951798379941",
291+
"ap-southeast-4": "106583098589",
284292
"ca-central-1": "341280168497",
285293
"cn-north-1": "450853457545",
286294
"cn-northwest-1": "451049120500",
@@ -325,6 +333,7 @@
325333
"ap-southeast-1": "475088953585",
326334
"ap-southeast-2": "544295431143",
327335
"ap-southeast-3": "951798379941",
336+
"ap-southeast-4": "106583098589",
328337
"ca-central-1": "469771592824",
329338
"cn-north-1": "390948362332",
330339
"cn-northwest-1": "387376663083",
@@ -364,6 +373,7 @@
364373
"ap-southeast-1": "121021644041",
365374
"ap-southeast-2": "783357654285",
366375
"ap-southeast-3": "951798379941",
376+
"ap-southeast-4": "106583098589",
367377
"ca-central-1": "341280168497",
368378
"cn-north-1": "450853457545",
369379
"cn-northwest-1": "451049120500",
@@ -403,6 +413,7 @@
403413
"ap-southeast-1": "121021644041",
404414
"ap-southeast-2": "783357654285",
405415
"ap-southeast-3": "951798379941",
416+
"ap-southeast-4": "106583098589",
406417
"ca-central-1": "341280168497",
407418
"cn-north-1": "450853457545",
408419
"cn-northwest-1": "451049120500",
@@ -442,6 +453,7 @@
442453
"ap-southeast-1": "121021644041",
443454
"ap-southeast-2": "783357654285",
444455
"ap-southeast-3": "951798379941",
456+
"ap-southeast-4": "106583098589",
445457
"ca-central-1": "341280168497",
446458
"cn-north-1": "450853457545",
447459
"cn-northwest-1": "451049120500",
@@ -479,6 +491,7 @@
479491
"ap-southeast-1": "121021644041",
480492
"ap-southeast-2": "783357654285",
481493
"ap-southeast-3": "951798379941",
494+
"ap-southeast-4": "106583098589",
482495
"ca-central-1": "341280168497",
483496
"cn-north-1": "450853457545",
484497
"cn-northwest-1": "451049120500",
@@ -516,6 +529,7 @@
516529
"ap-southeast-1": "121021644041",
517530
"ap-southeast-2": "783357654285",
518531
"ap-southeast-3": "951798379941",
532+
"ap-southeast-4": "106583098589",
519533
"ca-central-1": "341280168497",
520534
"cn-north-1": "450853457545",
521535
"cn-northwest-1": "451049120500",
@@ -553,6 +567,7 @@
553567
"ap-southeast-1": "121021644041",
554568
"ap-southeast-2": "783357654285",
555569
"ap-southeast-3": "951798379941",
570+
"ap-southeast-4": "106583098589",
556571
"ca-central-1": "341280168497",
557572
"cn-north-1": "450853457545",
558573
"cn-northwest-1": "451049120500",
@@ -590,6 +605,7 @@
590605
"ap-southeast-1": "121021644041",
591606
"ap-southeast-2": "783357654285",
592607
"ap-southeast-3": "951798379941",
608+
"ap-southeast-4": "106583098589",
593609
"ca-central-1": "341280168497",
594610
"cn-north-1": "450853457545",
595611
"cn-northwest-1": "451049120500",
@@ -631,6 +647,7 @@
631647
"ap-southeast-1": "121021644041",
632648
"ap-southeast-2": "783357654285",
633649
"ap-southeast-3": "951798379941",
650+
"ap-southeast-4": "106583098589",
634651
"ca-central-1": "341280168497",
635652
"cn-north-1": "450853457545",
636653
"cn-northwest-1": "451049120500",
@@ -668,6 +685,7 @@
668685
"ap-southeast-1": "121021644041",
669686
"ap-southeast-2": "783357654285",
670687
"ap-southeast-3": "951798379941",
688+
"ap-southeast-4": "106583098589",
671689
"ca-central-1": "341280168497",
672690
"cn-north-1": "450853457545",
673691
"cn-northwest-1": "451049120500",

tests/unit/sagemaker/image_uris/test_algos.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"ap-southeast-1": "475088953585",
6060
"ap-southeast-2": "712309505854",
6161
"ap-southeast-3": "951798379941",
62+
"ap-southeast-4": "106583098589",
6263
"ca-central-1": "469771592824",
6364
"cn-north-1": "390948362332",
6465
"cn-northwest-1": "387376663083",
@@ -154,6 +155,7 @@
154155
"ap-southeast-1": "475088953585",
155156
"ap-southeast-2": "544295431143",
156157
"ap-southeast-3": "951798379941",
158+
"ap-southeast-4": "106583098589",
157159
"ca-central-1": "469771592824",
158160
"cn-north-1": "390948362332",
159161
"cn-northwest-1": "387376663083",

tests/unit/sagemaker/image_uris/test_sklearn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"ap-southeast-1": "121021644041",
2929
"ap-southeast-2": "783357654285",
3030
"ap-southeast-3": "951798379941",
31+
"ap-southeast-4": "106583098589",
3132
"ca-central-1": "341280168497",
3233
"cn-north-1": "450853457545",
3334
"cn-northwest-1": "451049120500",

tests/unit/sagemaker/image_uris/test_xgboost.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"ap-southeast-1": "475088953585",
2727
"ap-southeast-2": "544295431143",
2828
"ap-southeast-3": "951798379941",
29+
"ap-southeast-4": "106583098589",
2930
"ca-central-1": "469771592824",
3031
"cn-north-1": "390948362332",
3132
"cn-northwest-1": "387376663083",
@@ -64,6 +65,7 @@
6465
"ap-southeast-1": "121021644041",
6566
"ap-southeast-2": "783357654285",
6667
"ap-southeast-3": "951798379941",
68+
"ap-southeast-4": "106583098589",
6769
"ca-central-1": "341280168497",
6870
"cn-north-1": "450853457545",
6971
"cn-northwest-1": "451049120500",

0 commit comments

Comments
 (0)