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 2c7388c commit 8211ee7Copy full SHA for 8211ee7
src/sagemaker/workflow/steps.py
@@ -464,6 +464,7 @@ def __init__(
464
self.step_args = step_args
465
self.estimator = estimator
466
self.inputs = inputs
467
+ self.job_name = None
468
469
self._properties = Properties(
470
step_name=name, step=self, shape_name="DescribeTrainingJobResponse"
@@ -492,6 +493,7 @@ def __init__(
492
493
DeprecationWarning,
494
)
495
496
+
497
@property
498
def arguments(self) -> RequestType:
499
"""The arguments dictionary that is used to call `create_training_job`.
0 commit comments