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 899c3f4 commit 82cf222Copy full SHA for 82cf222
src/sagemaker/debugger/debugger.py
@@ -273,8 +273,7 @@ def sagemaker(
273
274
if actions is not None and not rule_configs.is_valid_action_object(actions):
275
raise RuntimeError(
276
- """`actions` must be of type `Action` or `ActionList`!
277
- """
+ """`actions` must be of type `Action` or `ActionList`!"""
278
)
279
280
if other_trials_s3_input_paths is not None:
@@ -365,8 +364,7 @@ def custom(
365
364
"""
366
367
368
369
370
371
372
merged_rule_params = cls._set_rule_parameters(
0 commit comments