File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1724,7 +1724,7 @@ def create_tuning_job(
1724
1724
1725
1725
def describe_tuning_job (self , job_name ):
1726
1726
"""Calls the DescribeHyperParameterTuningJob API for the given job name
1727
- and returns the response.
1727
+ and returns the response.
1728
1728
1729
1729
Args:
1730
1730
job_name (str): The name of the hyperparameter tuning job to describe.
Original file line number Diff line number Diff line change @@ -751,7 +751,7 @@ def stop_tuning_job(self):
751
751
self .latest_tuning_job .stop ()
752
752
753
753
def describe (self ):
754
- """Returns a response from the DescribrHyperParameterTuningJob API call."""
754
+ """Returns a response from the DescribeHyperParameterTuningJob API call."""
755
755
return self .sagemaker_session .describe_tuning_job (self ._current_job_name )
756
756
757
757
def wait (self ):
You can’t perform that action at this time.
0 commit comments