Skip to content

Commit 6a99ac7

Browse files
feature: Add information of Amazon-provided analysis image used by Mo… (#2581)
* feature: Add information of Amazon-provided analysis image used by Model Monitor for ap-northeast-3 region. * Update model-monitor.json * update location * update location Co-authored-by: Ahsan Khan <[email protected]>
1 parent 467390f commit 6a99ac7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/sagemaker/image_uri_config/model-monitor.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"ap-east-1": "001633400207",
88
"ap-northeast-1": "574779866223",
99
"ap-northeast-2": "709848358524",
10+
"ap-northeast-3": "990339680094",
1011
"ap-south-1": "126357580389",
1112
"ap-southeast-1": "245545462676",
1213
"ap-southeast-2": "563025443158",

tests/unit/sagemaker/image_uris/test_model_monitor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"ap-east-1": "001633400207",
2121
"ap-northeast-1": "574779866223",
2222
"ap-northeast-2": "709848358524",
23+
"ap-northeast-3": "990339680094",
2324
"ap-south-1": "126357580389",
2425
"ap-southeast-1": "245545462676",
2526
"ap-southeast-2": "563025443158",

0 commit comments

Comments
 (0)