Skip to content

Commit 565a69c

Browse files
committed
chore: add comment
1 parent a8b8cdf commit 565a69c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sagemaker/clarify.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,9 @@ def run_explainability(
667667
"Clarify-Explainability" and current timestamp.
668668
kms_key (str): The ARN of the KMS key that is used to encrypt the
669669
user code file (default: None).
670+
experiment_config (dict[str, str]): Experiment management configuration.
671+
Dictionary contains three optional keys:
672+
'ExperimentName', 'TrialName', and 'TrialComponentDisplayName'.
670673
"""
671674
analysis_config = data_config.get_config()
672675
predictor_config = model_config.get_predictor_config()

0 commit comments

Comments
 (0)