Skip to content

Commit 481407d

Browse files
author
Keshav Chandak
committed
feat: image url for modelmonitor in TLV region
1 parent 23d3a68 commit 481407d

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
@@ -26,7 +26,8 @@
2626
"us-east-1": "156813124566",
2727
"us-east-2": "777275614652",
2828
"us-west-1": "890145073186",
29-
"us-west-2": "159807026194"
29+
"us-west-2": "159807026194",
30+
"il-central-1": "843974653677"
3031
},
3132
"repository": "sagemaker-model-monitor-analyzer"
3233
}

tests/unit/sagemaker/image_uris/test_model_monitor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"us-east-2": "777275614652",
4141
"us-west-1": "890145073186",
4242
"us-west-2": "159807026194",
43+
"il-central-1": "843974653677",
4344
}
4445

4546

0 commit comments

Comments
 (0)