We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68aecaf commit 0fb4823Copy full SHA for 0fb4823
src/sagemaker/clarify.py
@@ -667,6 +667,9 @@ def run_explainability(
667
"Clarify-Explainability" and current timestamp.
668
kms_key (str): The ARN of the KMS key that is used to encrypt the
669
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'.
673
"""
674
analysis_config = data_config.get_config()
675
predictor_config = model_config.get_predictor_config()
0 commit comments