Skip to content

Commit 021e137

Browse files
feature: Add information of Amazon-provided analysis image used by Model Monitor for ap-northeast-3 region.
1 parent 9ca12bc commit 021e137

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/sagemaker/image_uri_config/model-monitor.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"us-east-1": "156813124566",
2525
"us-east-2": "777275614652",
2626
"us-west-1": "890145073186",
27-
"us-west-2": "159807026194"
27+
"us-west-2": "159807026194",
28+
"ap-northeast-3": "990339680094"
2829
},
2930
"repository": "sagemaker-model-monitor-analyzer"
3031
}

tests/unit/sagemaker/image_uris/test_model_monitor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"us-east-2": "777275614652",
3939
"us-west-1": "890145073186",
4040
"us-west-2": "159807026194",
41+
"ap-northeast-3": "990339680094",
4142
}
4243

4344

0 commit comments

Comments
 (0)