Skip to content

Commit 9127d60

Browse files
authored
doc: correct transform()'s wait default value to "False" (#1399)
1 parent 3b5e661 commit 9127d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def transform(
172172
'ExperimentName', 'TrialName', and 'TrialComponentDisplayName'.
173173
(default: ``None``).
174174
wait (bool): Whether the call should wait until the job completes
175-
(default: True).
175+
(default: False).
176176
logs (bool): Whether to show the logs produced by the job.
177177
Only meaningful when wait is True (default: False).
178178
"""

0 commit comments

Comments
 (0)