Skip to content

Commit 5ce1fbd

Browse files
authored
Merge branch 'master' into master
2 parents 7a31831 + 30a5478 commit 5ce1fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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,

0 commit comments

Comments
 (0)