Skip to content

Commit 33fe652

Browse files
documentation: Correct documentation error
1 parent b7996b9 commit 33fe652

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sagemaker/clarify.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def __init__(
6363
label (str): Target attribute of the model required by bias metrics.
6464
Specified as column name or index for CSV dataset or as JSONPath for JSONLines.
6565
*Required parameter* except for when the input dataset does not contain the label.
66-
Cannot be used at the same time as ``predicted_label``.
6766
features (str): JSONPath for locating the feature columns for bias metrics if the
6867
dataset format is JSONLines.
6968
dataset_type (str): Format of the dataset. Valid values are ``"text/csv"`` for CSV,
@@ -103,7 +102,7 @@ def __init__(
103102
predicted_label (str or int): Predicted label of the target attribute of the model
104103
required for running bias analysis. Specified as column name or index for CSV data.
105104
Clarify uses the predicted labels directly instead of making model inference API
106-
calls. Cannot be used at the same time as ``label``.
105+
calls.
107106
excluded_columns (list[int] or list[str]): A list of names or indices of the columns
108107
which are to be excluded from making model inference API calls.
109108

0 commit comments

Comments
 (0)