Skip to content

Commit e1f3f66

Browse files
committed
fix docstring layout
1 parent 8acb75c commit e1f3f66

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/sagemaker/tuner.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,10 +763,15 @@ def best_estimator(self, best_training_job=None):
763763
Args:
764764
best_training_job (dict): Dictionary containing "TrainingJobName" and
765765
"TrainingJobDefinitionName".
766+
766767
Example:
768+
767769
{
770+
768771
"TrainingJobName": "my_training_job_name",
772+
769773
"TrainingJobDefinitionName": "my_training_job_definition_name"
774+
770775
}
771776
772777
Returns:

0 commit comments

Comments
 (0)