Skip to content

Commit b27423d

Browse files
documentation: Correct documentation error (#3283)
1 parent 8fa7650 commit b27423d

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
@@ -65,7 +65,6 @@ def __init__(
6565
label (str): Target attribute of the model required by bias metrics.
6666
Specified as column name or index for CSV dataset or as JSONPath for JSONLines.
6767
*Required parameter* except for when the input dataset does not contain the label.
68-
Cannot be used at the same time as ``predicted_label``.
6968
features (str): JSONPath for locating the feature columns for bias metrics if the
7069
dataset format is JSONLines.
7170
dataset_type (str): Format of the dataset. Valid values are ``"text/csv"`` for CSV,
@@ -105,7 +104,7 @@ def __init__(
105104
predicted_label (str or int): Predicted label of the target attribute of the model
106105
required for running bias analysis. Specified as column name or index for CSV data.
107106
Clarify uses the predicted labels directly instead of making model inference API
108-
calls. Cannot be used at the same time as ``label``.
107+
calls.
109108
excluded_columns (list[int] or list[str]): A list of names or indices of the columns
110109
which are to be excluded from making model inference API calls.
111110

0 commit comments

Comments
 (0)