Skip to content

Commit cb5c991

Browse files
Merge pull request #3369 from thbrooks22/model_monitor_image_update_cgk
feature: add model monitor image accounts for ap-southeast-3
2 parents f616344 + 1fa2377 commit cb5c991

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/sagemaker/image_uri_config/model-monitor.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"ap-south-1": "126357580389",
1212
"ap-southeast-1": "245545462676",
1313
"ap-southeast-2": "563025443158",
14+
"ap-southeast-3": "669540362728",
1415
"ca-central-1": "536280801234",
1516
"cn-north-1": "453000072557",
1617
"cn-northwest-1": "453252182341",

tests/unit/sagemaker/image_uris/test_model_monitor.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"ap-south-1": "126357580389",
2525
"ap-southeast-1": "245545462676",
2626
"ap-southeast-2": "563025443158",
27+
"ap-southeast-3": "669540362728",
2728
"ca-central-1": "536280801234",
2829
"cn-north-1": "453000072557",
2930
"cn-northwest-1": "453252182341",

0 commit comments

Comments
 (0)