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 e1f3f66 commit e68938dCopy full SHA for e68938d
src/sagemaker/tuner.py
@@ -766,13 +766,15 @@ def best_estimator(self, best_training_job=None):
766
767
Example:
768
769
- {
+ .. code:: python
770
771
- "TrainingJobName": "my_training_job_name",
+ {
772
773
- "TrainingJobDefinitionName": "my_training_job_definition_name"
+ "TrainingJobName": "my_training_job_name",
774
775
- }
+ "TrainingJobDefinitionName": "my_training_job_definition_name"
776
+
777
+ }
778
779
Returns:
780
sagemaker.estimator.EstimatorBase: The estimator that has the best training job
0 commit comments