Skip to content

Commit d11246d

Browse files
committed
fix: update param type in docstring
1 parent 918fc1b commit d11246d

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
@@ -88,7 +88,7 @@ def __init__(
8888
Args:
8989
label_values_or_threshold (Any): List of label values or threshold to indicate positive
9090
outcome used for bias metrics.
91-
facet_name (Any): String or List of strings of sensitive attribute(s) in the input data
91+
facet_name (str or [str]): String or List of strings of sensitive attribute(s) in the input data
9292
for which we like to compare metrics.
9393
facet_values_or_threshold (list): Optional list of values to form a sensitive group or
9494
threshold for a numeric facet column that defines the lower bound of a sensitive

0 commit comments

Comments
 (0)