Skip to content

Commit 8cf18b8

Browse files
committed
fix docstyle check
1 parent 7ca5af4 commit 8cf18b8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/sagemaker/tuner.py

+1
Original file line numberDiff line numberDiff line change
@@ -1470,6 +1470,7 @@ def start_new(cls, tuner, inputs):
14701470
@classmethod
14711471
def _get_tuner_args(cls, tuner, inputs):
14721472
"""Gets a dict of arguments for a new Amazon SageMaker tuning job from the tuner
1473+
14731474
Args:
14741475
tuner (:class:`~sagemaker.tuner.HyperparameterTuner`):
14751476
The ``HyperparameterTuner`` instance that started the job.

src/sagemaker/workflow/steps.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,9 @@ def arguments(self) -> RequestType:
511511

512512
@property
513513
def properties(self):
514-
"""A Properties object representing the `DescribeHyperParameterTuningJobResponse` and
514+
"""A Properties object representing
515+
516+
`DescribeHyperParameterTuningJobResponse` and
515517
`ListTrainingJobsForHyperParameterTuningJobResponse` data model.
516518
"""
517519
return self._properties

0 commit comments

Comments
 (0)