Skip to content

Commit 1ad86dd

Browse files
committed
2 parents fb38454 + 5ce1fbd commit 1ad86dd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/sagemaker/clarify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ class BiasConfig:
870870

871871
def __init__(
872872
self,
873-
label_values_or_threshold: Union[int, float, str],
873+
label_values_or_threshold: List[Union[int, float, str]],
874874
facet_name: Union[str, int, List[str], List[int]],
875875
facet_values_or_threshold: Optional[Union[int, float, str]] = None,
876876
group_name: Optional[str] = None,

src/sagemaker/image_uri_config/model-monitor.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
"ap-southeast-1": "245545462676",
1515
"ap-southeast-2": "563025443158",
1616
"ap-southeast-3": "669540362728",
17+
"ap-southeast-5": "654654579213",
1718
"ca-central-1": "536280801234",
1819
"cn-north-1": "453000072557",
1920
"cn-northwest-1": "453252182341",
2021
"eu-central-1": "048819808253",
22+
"eu-central-2": "590183933784",
2123
"eu-north-1": "895015795356",
2224
"eu-south-1": "933208885752",
2325
"eu-south-2": "437450045455",

0 commit comments

Comments
 (0)