Skip to content

Commit f96aabc

Browse files
author
Jaya Kasiraj
committed
fix: set job_name to None when using estimator over step_args
1 parent 2c7388c commit f96aabc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sagemaker/workflow/steps.py

+1
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ def __init__(
491491
),
492492
DeprecationWarning,
493493
)
494+
self.job_name = None
494495

495496
@property
496497
def arguments(self) -> RequestType:

0 commit comments

Comments
 (0)